No Tab Left Behind
This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.
¿Qué es No Tab Left Behind?
No Tab Left Behind es una extensión de Chrome desarrollada por Liat Berdugo, y su función principal es "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión No Tab Left Behind
Descarga archivos de extensión No Tab Left Behind en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | No Tab Left Behind |
ID | koabllhfdhmbdgbpbihjlaklejpmdplf |
URL Oficial | https://chromewebstore.google.com/detail/no-tab-left-behind/koabllhfdhmbdgbpbihjlaklejpmdplf |
Descripción | This browser extension only lets you browse the internet, one tab at a time. No tab is left behind. |
Tamaño del Archivo | 93.74 KB |
Cantidad de Instalaciones | 13 |
Versión Actual | 1.0 |
Última Actualización | 2012-11-19 |
Fecha de Publicación | 2012-11-19 |
Calificación | 4.50/5 Total de 2 Calificaciones |
Desarrollador | Liat Berdugo |
Tipo de Pago | free |
Sitio Web de la Extensión | http://digikits.ch/writing-digital-art/no-tab-left-behind/ |
Idiomas Soportados | 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\/" } |