TabGPT - Group/organize your tab with chatGPT

TabGPT - Group/organize your tab with chatGPT

Keep your tabs organized effortlessly with TabGPT, it's free : - Enter your own categories - Click on 'classify my tabs'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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"
  ]
}