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": "Translate", "description": "Easily translate words and sentences into 249 languages directly on your web page.", "version": "2.0.2", "manifest_version": 3, "permissions": [ "contextMenus", "storage", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ ".\/js\/content.js", ".\/js\/jquery-3.5.0.min.js", ".\/js\/popup.js", ".\/js\/materialize.min.js" ] } ], "background": { "service_worker": ".\/background.js" }, "icons": { "16": "images\/translate-16x16.png", "48": "images\/translate-48x48.png", "128": "images\/translate-128x128.png" }, "action": { "default_icon": { "16": "images\/translate-16x16.png", "48": "images\/translate-48x48.png", "128": "images\/translate-128x128.png" }, "default_title": "Translate - Click to learn how to use", "default_popup": "popup.html" }, "offline_enabled": false, "homepage_url": "https:\/\/www.linkedin.com\/in\/sparsh-pipley-6ab0b1a4\/", "web_accessible_resources": [ { "resources": [ "images\/*.png", "js\/*.js", "css\/*.css" ], "matches": [ "<all_urls>" ] } ] }