Browser Tabs Manager

Browser Tabs Manager

Displays a list of all your tabs. Search, close and navigate through your tabs across all windows.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Browser Tabs Manager",
  "version": "1.0",
  "description": "Displays a list of all your tabs. Search, close and navigate through your tabs across all windows.",
  "permissions": [
    "tabs",
    "windows"
  ],
  "action": {
    "default_popup": "tablist-full.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}