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": "__MSG_extName__", "version": "1.3.0", "author": "Guokai Han", "manifest_version": 3, "description": "__MSG_extDescription__", "default_locale": "en", "offline_enabled": true, "minimum_chrome_version": "102", "permissions": [ "activeTab", "scripting", "storage", "contextMenus" ], "optional_host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "commands": { "open-generator": { "description": "__MSG_commandGenerator__" }, "open-scanner": { "description": "__MSG_commandScanner__" } } }