No Tab Left Behind

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

Qu'est-ce que No Tab Left Behind ?

No Tab Left Behind est une extension Chrome développée par Liat Berdugo, et sa fonction principale est "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension No Tab Left Behind

Téléchargez les fichiers d'extension No Tab Left Behind au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom No Tab Left Behind No Tab Left Behind
ID koabllhfdhmbdgbpbihjlaklejpmdplf
URL Officiel 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.
Taille du Fichier 93.74 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2012-11-19
Date de Publication 2012-11-19
Évaluation 4.50/5 Total 2 Évaluations
Développeur Liat Berdugo
Type de Paiement free
Site Web de l'Extension http://digikits.ch/writing-digital-art/no-tab-left-behind/
Langues Prises en Charge 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\/"
}