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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | alkfhfgkepamooonkjdolamnbilhkmjg |
官方網址 | 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" ] } |