Tab Organizer

Tab Organizer

Organizes all tabs by alphabetical order grouping websites together with one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab Organizer",
  "version": "1.0.0",
  "description": "Organizes all tabs by alphabetical order grouping websites together with one click",
  "author": "Mac Wolf",
  "short_name": "Tab Organizer",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "logo.png"
  }
}