No Tab Left Behind

No Tab Left Behind

This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "No Tab Left Behind",
  "description": "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "manifest_version": 2,
  "homepage_url": "http://digikits.ch/writing-digital-art/no-tab-left-behind/"
}