ZenTab

ZenTab

A chrome extension which forces you to focus by only allowing one tab per 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": "ZenTab",
  "description": "A chrome extension which forces you to focus by only allowing one tab per window.",
  "version": "1.0",
  "author": "Manraj Tatla",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "management",
    "webNavigation"
  ],
  "background": {
    "persistent": true,
    "page": "background.html"
  }
}