Tab reopen key on incognito mode

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

Co to jest Tab reopen key on incognito mode?

Tab reopen key on incognito mode to rozszerzenie Chrome opracowane przez nex, a jego główną funkcją jest „This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab reopen key on incognito mode

Pobierz pliki rozszerzeń Tab reopen key on incognito mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab reopen key on incognito mode Tab reopen key on incognito mode
ID alkfhfgkepamooonkjdolamnbilhkmjg
Oficjalny URL https://chromewebstore.google.com/detail/tab-reopen-key-on-incogni/alkfhfgkepamooonkjdolamnbilhkmjg
Opis This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.
Rozmiar pliku 4.48 KB
Liczba instalacji 755
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-07-06
Data Publikacji 2021-07-06
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper nex
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}