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": "\u4e00\u9375\u7ffb\u8b6f", "version": "1.0.7", "description": "\u4e00\u9375\u7ffb\u6846\u9078\u6587\u5b57\u4e26\u63d0\u4f9b\u7ffb\u8b6f", "permissions": [ "storage", "sidePanel", "contextMenus" ], "side_panel": { "default_path": "options.html" }, "action": { "default_title": "\u4e00\u9375\u7ffb\u8b6f", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "web_accessible_resources": [ { "resources": [ "icons\/icon48.png" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.js", "translate.js" ] } ] }