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", "manifest_version": 3, "name": "__MSG_extName__", "default_locale": "en", "description": "__MSG_extDesc__", "version": "1.4.0", "permissions": [ "contextMenus", "storage", "activeTab", "alarms", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "__MSG_extName__", "default_icon": "icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "web_accessible_resources": [ { "resources": [ "content_script.js", "present" ], "matches": [ "*:\/\/*\/*" ] } ], "commands": { "screenshot": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" }, "description": "__MSG_screenshotCmdDesc__" }, "saveLargestImage": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" }, "description": "__MSG_screenshotCmdDesc__" } } }