No Tab Left Behind
This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.
Wat is No Tab Left Behind?
No Tab Left Behind is een Chrome-extensie ontwikkeld door Liat Berdugo, en de belangrijkste functie is "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.".
Extensie Screenshots
Download het CRX-bestand van de extensie No Tab Left Behind
Download No Tab Left Behind-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | No Tab Left Behind |
ID | koabllhfdhmbdgbpbihjlaklejpmdplf |
Officiële URL | https://chromewebstore.google.com/detail/no-tab-left-behind/koabllhfdhmbdgbpbihjlaklejpmdplf |
Beschrijving | This browser extension only lets you browse the internet, one tab at a time. No tab is left behind. |
Bestandsgrootte | 93.74 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2012-11-19 |
Publicatiedatum | 2012-11-19 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Liat Berdugo |
Betalingswijze | free |
Extensiewebsite | http://digikits.ch/writing-digital-art/no-tab-left-behind/ |
Ondersteunde Talen | 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\/" } |