No Tab Left Behind

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

What is No Tab Left Behind?

No Tab Left Behind is a Chrome extension developed by Liat Berdugo, and its main feature is "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.".

Extension Screenshots

screenshot
screenshot

Download No Tab Left Behind Extension CRX File

Download No Tab Left Behind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Squander your desire to multitask with this Chrome extension that only lets you open one tab at a time. Try to open another, and it will close it. Focus all of your attention on each and every tab you open. Leave no tab behind. 

And yes, this is an intentional reference to the No Child Left Behind Act that President Bush enacted in 2001. More at http://digikits.ch/

Thanks to Jacob Singh for his programming help.                    

Extension Basic Information

Name No Tab Left Behind No Tab Left Behind
ID koabllhfdhmbdgbpbihjlaklejpmdplf
Official URL https://chromewebstore.google.com/detail/no-tab-left-behind/koabllhfdhmbdgbpbihjlaklejpmdplf
Description This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.
File Size 93.74 KB
Installation Count 13
Current Version 1.0
Last Updated 2012-11-19
Publish Date 2012-11-19
Rating 4.50/5 Total 2 Ratings
Developer Liat Berdugo
Payment Type free
Extension Website http://digikits.ch/writing-digital-art/no-tab-left-behind/
Supported Languages en
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\/"
}