Tab reopen key on incognito mode

This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.

Cos'è Tab reopen key on incognito mode?

Tab reopen key on incognito mode è un'estensione di Chrome sviluppata da nex, e la sua funzione principale è "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab reopen key on incognito mode

Scarica i file di estensione Tab reopen key on incognito mode 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

                        After the installation, please set "Allow in incognito" to allow this extension works on the incognito mode.

Also, the default shortcut key is set as {Ctrl+Shift+X}, but you can replace it.
*Shortcut keys setting page's URL is --> chrome://extensions/shortcuts                    

Informazioni di Base sull'Estensione

Nome Tab reopen key on incognito mode Tab reopen key on incognito mode
ID alkfhfgkepamooonkjdolamnbilhkmjg
URL Ufficiale https://chromewebstore.google.com/detail/tab-reopen-key-on-incogni/alkfhfgkepamooonkjdolamnbilhkmjg
Descrizione This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.
Dimensione del File 4.48 KB
Conteggio Installazioni 755
Versione Corrente 1.0
Ultimo Aggiornamento 2021-07-06
Data di Pubblicazione 2021-07-06
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore nex
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab reopen key on incognito mode",
    "description": "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs\/windows on Incognito mode.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "reopen_tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            },
            "description": "reopen tab"
        }
    },
    "permissions": [
        "tabs",
        "commands",
        "sessions"
    ]
}