Limit Tabs

Limit Tabs

Limits maximum number of tabs you can use to 2 tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Limit Tabs",
  "version": "0.1",
  "description": "Limits maximum number of tabs you can use to 2 tabs",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}