Tab Manager Chrome

Examine source code of Tab Manager

Inspect and view changes in Tab Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tab Manager",
  "description": "Tab Manager is a powerful extension that empowers users to organize, access, and manage their browser tabs for enhanced productivity",
  "version": "2.1",
  "action": {
    "default_icon": "./icons/256x256.png",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "alarms"
  ],
  "icons": {
    "16": "./icons/16x16.png",
    "32": "./icons/32x32.png",
    "48": "./icons/48x48.png",
    "64": "./icons/64x64.png",
    "96": "./icons/96x96.png",
    "128": "./icons/128x128.png",
    "256": "./icons/256x256.png"
  }
}

Best Tab Manager Alternatives

Here are some Chrome extensions that are similar to Tab Manager: