Taborama - group your tabs

Taborama - group your tabs

Group your tabs the cool way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "Taborama",
  "version": "1.1.9",
  "version_name": "tabspanishing",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "author": {
    "name": "Diseno Activo",
    "email": "[email protected]"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "src/event_page.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "img/ba48.png",
    "default_title": "__MSG_browserTitle__"
  },
  "default_locale": "en"
}