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": "DocTranslator - Google Translate PDF, Large PDF Translator", "version": "1.1", "description": "Translate Large PDF Documents, Excel files, PowerPoint slides in 120+ languages with AI Document Translator.", "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ], "host_permissions": [ "https:\/\/translate.google.com\/*", "https:\/\/translate.googleapis.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ] }