Automatically Group Tabs

Automatically Group Tabs

Automatically group tabs by URL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extensionName__",
  "default_locale": "zh_CN",
  "description": "__MSG_extensionDescription__",
  "version": "2.0.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "tabGroups"
  ],
  "action": {
    "default_title": "__MSG_optionsPageTitle__",
    "default_icon": {
      "16": "/images/tabgroups.png",
      "32": "/images/tabgroups.png",
      "48": "/images/tabgroups.png",
      "128": "/images/tabgroups.png"
    }
  },
  "icons": {
    "16": "/images/tabgroups.png",
    "32": "/images/tabgroups.png",
    "48": "/images/tabgroups.png",
    "128": "/images/tabgroups.png"
  },
  "options_page": "index.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}