Tab reopen key on incognito mode

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

Tab reopen key on incognito modeคืออะไร?

Tab reopen key on incognito mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nex และคุณลักษณะหลักของมันคือ "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab reopen key on incognito mode

ดาวน์โหลดไฟล์ส่วนขยาย Tab reopen key on incognito mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab reopen key on incognito mode Tab reopen key on incognito mode
ID alkfhfgkepamooonkjdolamnbilhkmjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-reopen-key-on-incogni/alkfhfgkepamooonkjdolamnbilhkmjg
คำอธิบาย This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.
ขนาดไฟล์ 4.48 KB
จำนวนการติดตั้ง 755
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-07-06
วันที่เผยแพร่ 2021-07-06
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา nex
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}