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": "Sidebar Tab - pin Chat GPT-4o Gemini Claude in side bar", "description": "pin ChatGPT-4o Gemini Claude in side bar", "version": "1.0.8", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Sidebar Tab -- Click to open sidebar" }, "side_panel": { "default_path": "sidepanel\/index.html" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "sidePanel", "declarativeNetRequest" ] }