Tab reopen key on incognito mode

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

Apa itu Tab reopen key on incognito mode?

Tab reopen key on incognito mode adalah ekstensi Chrome yang dikembangkan oleh nex, dan fitur utamanya adalah "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab reopen key on incognito mode

Unduh file ekstensi Tab reopen key on incognito mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tab reopen key on incognito mode Tab reopen key on incognito mode
ID alkfhfgkepamooonkjdolamnbilhkmjg
URL Resmi https://chromewebstore.google.com/detail/tab-reopen-key-on-incogni/alkfhfgkepamooonkjdolamnbilhkmjg
Deskripsi This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.
Ukuran File 4.48 KB
Jumlah Instalasi 755
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-07-06
Tanggal Publikasi 2021-07-06
Penilaian 3.50/5 Total 2 Penilaian
Pengembang nex
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}