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.

Cos'è One Tab to Rule Them All?

One Tab to Rule Them All è un'estensione di Chrome sviluppata da Michael Taylor, e la sua funzione principale è "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione One Tab to Rule Them All

Scarica i file di estensione One Tab to Rule Them All in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome One Tab to Rule Them All One Tab to Rule Them All
ID ihdbhhgfjhgmkcemdmbicneejahfpmok
URL Ufficiale https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok
Descrizione Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
Dimensione del File 22.21 KB
Conteggio Installazioni 34
Versione Corrente 1.2
Ultimo Aggiornamento 2018-08-07
Data di Pubblicazione 2018-08-07
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Michael Taylor
Tipo di Pagamento free
Lingue Supportate 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
}