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
官方網址 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\/"
}