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 |
公式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 |
Eメール | [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" ] } |