Tab-Sidebar

Tab-Sidebar

Adds a little Browser-Button which opens a Window in which you can order, arrange and highlight Tabs and Windows and much more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icons/tab_sidebar_logo_16.png",
    "default_title": "Open the Tab-Sidebar-Window"
  },
  "description": "Adds a little Browser-Button which opens a Window in which you can order, arrange and highlight Tabs and Windows and much more",
  "icons": {
    "16": "img/icons/tab_sidebar_logo_16.png",
    "48": "img/icons/tab_sidebar_logo_48.png",
    "128": "img/icons/tab_sidebar_logo_128.png"
  },
  "manifest_version": 2,
  "name": "Tab-Sidebar",
  "permissions": [
    "tabs",
    "chrome://favicon/"
  ],
  "version": "1.3.2.3"
}