Tab Groups

Tab Groups

A variation of the firefox tab group feature for chrome.

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 Groups",
  "description": "A variation of the firefox tab group feature for chrome.",
  "version": "0.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "chrome://favicon/*"
  ]
}