Tabs

Tabs

Convenient ways to organize tabs in a Chrome window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tabs",
  "version": "0.0.3",
  "default_locale": "en",
  "description": "Convenient ways to organize tabs in a Chrome window.",
  "author": "John Crepezzi",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  }
}