010Pixel Tabs

010Pixel Tabs

Manage your windows and tabs from one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "010Pixel Tabs",
  "short_name": "Tabs",
  "description": "Manage your windows and tabs from one place.",
  "version": "1.1",
  "author": "010 Pixel",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  }
}