Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Selectiful - Select to learn English", "version": "1.0.3", "manifest_version": 3, "description": "Instantly translate, lookup definitions, pronunciation, and more with a click! Improve your English now.", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "sidePanel", "storage" ], "content_scripts": [ { "js": [ "assets\/content.ts-loader-9a3a8ef5.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end", "css": [ "assets\/mdi-ab6b84aa.css", "assets\/content-2fd9dbb1.css" ] }, { "js": [ "assets\/api-key-helper.ts-loader-6fa77982.js" ], "matches": [ "https:\/\/aistudio.google.com\/app\/*" ], "run_at": "document_end" } ], "commands": { "open-side-panel": { "suggested_key": { "default": "Ctrl+Period" }, "description": "Open Selectiful" } }, "side_panel": { "default_path": "sidebar.html" }, "icons": { "16": "public\/icon16.png", "32": "public\/icon32.png", "48": "public\/icon48.png", "128": "public\/icon128.png" }, "action": { "default_icon": { "16": "public\/icon16.png", "32": "public\/icon32.png", "48": "public\/icon48.png", "128": "public\/icon128.png" }, "default_title": "Open Selectiful" }, "options_page": "options.html", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "icon128.png", "assets\/index-2ab46d24.js", "assets\/mdi-bbd4d0fe.js", "assets\/content.ts-edf1eb2d.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/aistudio.google.com\/*" ], "resources": [ "assets\/api-key-helper.ts-eff50723.js" ], "use_dynamic_url": false } ] }