Tab reopen key on incognito mode

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

Wat is Tab reopen key on incognito mode?

Tab reopen key on incognito mode is een Chrome-extensie ontwikkeld door nex, en de belangrijkste functie is "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab reopen key on incognito mode

Download Tab reopen key on incognito mode-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

                        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                    

Basisinformatie over de Extensie

Naam Tab reopen key on incognito mode Tab reopen key on incognito mode
ID alkfhfgkepamooonkjdolamnbilhkmjg
Officiële URL https://chromewebstore.google.com/detail/tab-reopen-key-on-incogni/alkfhfgkepamooonkjdolamnbilhkmjg
Beschrijving This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.
Bestandsgrootte 4.48 KB
Aantal Installaties 755
Huidige Versie 1.0
Laatst Bijgewerkt 2021-07-06
Publicatiedatum 2021-07-06
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar nex
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}