No Tab Left Behind

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

什么是No Tab Left Behind?

No Tab Left Behind是由Liat Berdugo开发的Chrome扩展程序,该扩展的主要功能是“This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.”。

扩展截图

screenshot
screenshot

下载No Tab Left Behind扩展crx文件

下载No Tab Left Behind扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 No Tab Left Behind No Tab Left Behind
ID koabllhfdhmbdgbpbihjlaklejpmdplf
官方URL https://chromewebstore.google.com/detail/no-tab-left-behind/koabllhfdhmbdgbpbihjlaklejpmdplf
简介 This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.
文件大小 93.74 KB
安装次数 13
当前版本 1.0
更新时间 2012-11-19
上架时间 2012-11-19
评分 4.50/5 共2次评分
开发者 Liat Berdugo
付费类型 free
扩展官网 http://digikits.ch/writing-digital-art/no-tab-left-behind/
支持的语言 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\/"
}