Single tasking tabs

Single tasking tabs

Boost your productivity by single tasking and limiting the number of tabs you can open.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Single tasking tabs",
  "description": "Boost your productivity by single tasking and limiting the number of tabs you can open.",
  "version": "1.1",
  "author": "Nick -productivity- Julia",
  "permissions": [
    "tabs"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "bg.js"
    ]
  },
  "options_page": "options.html"
}