Tab reopen key on incognito mode

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

Qu'est-ce que Tab reopen key on incognito mode ?

Tab reopen key on incognito mode est une extension Chrome développée par nex, et sa fonction principale est "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab reopen key on incognito mode

Téléchargez les fichiers d'extension Tab reopen key on incognito mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tab reopen key on incognito mode Tab reopen key on incognito mode
ID alkfhfgkepamooonkjdolamnbilhkmjg
URL Officiel https://chromewebstore.google.com/detail/tab-reopen-key-on-incogni/alkfhfgkepamooonkjdolamnbilhkmjg
Description This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.
Taille du Fichier 4.48 KB
Nombre d'Installations 755
Version Actuelle 1.0
Dernière Mise à Jour 2021-07-06
Date de Publication 2021-07-06
Évaluation 3.50/5 Total 2 Évaluations
Développeur nex
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}