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": "QuickAssist: Pop-Out for ChatGPT | Gemini | Copilot", "description": "Instantly access ChatGPT, Gemini, Copilot or any AI assistant through a sleek popup window, making your workflow smarter and faster.", "version": "1.4.5", "action": { "default_icon": "images\/logo.png", "default_popup": "popup.html" }, "permissions": [ "storage", "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png" }, "web_accessible_resources": [ { "resources": [ "images\/logo.png" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "exclude_matches": [] } ], "commands": { "open-or-focus-window": { "suggested_key": { "default": "Ctrl+Q", "mac": "Command+E", "windows": "Ctrl+Q" }, "description": "Open or focus a popup window" } } }