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是由nex开发的Chrome扩展程序,该扩展的主要功能是“This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.”。

扩展截图

screenshot

下载Tab reopen key on incognito mode扩展crx文件

下载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"
    ]
}