Tab reopen key on incognito mode

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

Was ist Tab reopen key on incognito mode?

Tab reopen key on incognito mode ist eine Chrome-Erweiterung, die von nex entwickelt wurde, und ihr Hauptmerkmal ist "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.".

Erweiterungsscreenshots

screenshot

Tab reopen key on incognito mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab reopen key on incognito mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tab reopen key on incognito mode Tab reopen key on incognito mode
ID alkfhfgkepamooonkjdolamnbilhkmjg
Offizielle URL https://chromewebstore.google.com/detail/tab-reopen-key-on-incogni/alkfhfgkepamooonkjdolamnbilhkmjg
Beschreibung This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.
Dateigröße 4.48 KB
Installationsanzahl 755
Aktuelle Version 1.0
Letztes Update 2021-07-06
Veröffentlichungsdatum 2021-07-06
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler nex
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}