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", "name": "Image Translator", "description": "Translate image text instantly with Image Translator! Easily extract and translate text from image or photo in one click.", "version": "0.0.5", "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" }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-90aed7b1.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-ab1f337d.js" ], "use_dynamic_url": false } ], "permissions": [ "activeTab", "tabs", "storage", "scripting", "sidePanel" ], "host_permissions": [ "<all_urls>" ] }