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": "GPT-4 Vision Screenshot", "version": "1.1.0", "options_ui": { "page": "src\/pages\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": { "32": "icon-32.png" } }, "icons": { "128": "icon-128.png" }, "permissions": [ "activeTab", "storage" ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "matches": [], "resources": [ "contentStyle.css", "icon-128.png", "icon-32.png" ], "use_dynamic_url": false } ], "description": "" }