Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Translator", "description": "Translate image text instantly with Image Translator! Easily extract and translate text from image or photo in one click.", "version": "1.0.1", "default_locale": "en", "manifest_version": 3, "icons": { "16": "media\/16x16.png", "32": "media\/32x32.png", "48": "media\/48x48.png", "128": "media\/96x96.png" }, "action": { "default_icon": "media\/48x48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "commands": { "activate-button": { "suggested_key": { "default": "Ctrl+Shift+X" }, "description": "Trigger the translate button" } }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-a54e7d23.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-34.png", "img\/logo-48.png", "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "icons\/logo.svg", "src\/contentScript\/content-script.ts" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/chunk-effc51d4.js" ], "use_dynamic_url": false } ], "permissions": [ "activeTab", "tabs", "storage", "scripting", "sidePanel" ], "host_permissions": [ "<all_urls>" ] }