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": "TabGPT - Group\/organize your tab with chatGPT", "description": "Keep your tabs organized effortlessly with TabGPT, it's free : \n - Enter your own categories \n - Click on 'classify my tabs' ", "version": "1.1.5", "icons": { "50": "src\/assets\/images\/icons8\/icons8-apps-tab-50.png", "100": "src\/assets\/images\/icons8\/icons8-apps-tab-100.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "index.html" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "tabs", "tabGroups", "activeTab", "storage" ] }