Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u591a\u529f\u80fd\u4fa7\u8fb9\u680f", "version": "1.01", "description": "\u4e00\u4e2a\u96c6\u6210\u591a\u4e2a\u529f\u80fd\u7684Chrome\u63d2\u4ef6,\u5305\u62ec\u8c37\u6b4c\u7ffb\u8bd1\u7b49", "permissions": [ "sidePanel", "activeTab", "storage" ], "host_permissions": [ "https:\/\/translate.google.com\/*" ], "action": { "default_title": "\u6253\u5f00\u591a\u529f\u80fd\u4fa7\u8fb9\u680f" }, "side_panel": { "default_path": "sidepanel.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "config.html" ], "matches": [ "<all_urls>" ] } ] }