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", "author": "Foyer", "version": "0.3.2", "manifest_version": 3, "options_ui": { "open_in_tab": true, "page": "src\/options\/index.html" }, "name": "Pixplain: Capture Screenshot + GPT4 Vision", "description": "Image to Text Explanation with GPT-4 Vision", "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "activeTab" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "externally_connectable": { "matches": [ "https:\/\/*.getmerlin.in\/*", "https:\/\/*.foyer.work\/*", "http:\/\/localhost\/*" ] }, "icons": { "16": "public\/logo-16x16.png", "32": "public\/logo-32x32.png", "48": "public\/logo-48x48.png", "64": "public\/logo-64x64.png", "128": "public\/logo-128x128.png" }, "action": { "default_icon": { "16": "public\/logo-16x16.png", "32": "public\/logo-32x32.png", "48": "public\/logo-48x48.png", "64": "public\/logo-64x64.png", "128": "public\/logo-128x128.png" } }, "content_scripts": [ { "js": [ "assets\/pixplain.tsx-loader-05b09890.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "<all_urls>" ], "css": [ "assets\/font-72613cd3.css" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/font-673720a6.js", "assets\/index-55384e76.js", "assets\/backend-d717bb3e.js", "assets\/pixplain.tsx-8bbc8824.js" ], "use_dynamic_url": true } ] }