One Tab to Rule Them All

Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.

¿Qué es One Tab to Rule Them All?

One Tab to Rule Them All es una extensión de Chrome desarrollada por Michael Taylor, y su función principal es "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión One Tab to Rule Them All

Descarga archivos de extensión One Tab to Rule Them All 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

                        This extension completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.                    

Información Básica de la Extensión

Nombre One Tab to Rule Them All One Tab to Rule Them All
ID ihdbhhgfjhgmkcemdmbicneejahfpmok
URL Oficial https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok
Descripción Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
Tamaño del Archivo 22.21 KB
Cantidad de Instalaciones 34
Versión Actual 1.2
Última Actualización 2018-08-07
Fecha de Publicación 2018-08-07
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Michael Taylor
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Tab to Rule Them All",
    "version": "1.2",
    "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}