Group Tabs

Group Tabs

Automatically groups and sorts tabs alphabetically

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Group Tabs",
  "version": "1.1",
  "description": "Automatically groups and sorts tabs alphabetically",
  "icons": {
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}