Tab Manager (by shimomire)

Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.0.5",
  "background": {
    "scripts": [
      "javascript/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "chrome://favicon/",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "__MSG_title__"
  },
  "icons": {
    "16": "images/icon.png",
    "128": "images/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "manifest_version": 2
}