Incognito Launcher
Quick Incognito Launcher
Incognito Launcherとは何ですか?
Incognito Launcherはmquadrantによって開発されたChromeの拡張機能で、その主な機能は「Quick Incognito Launcher」です。
拡張機能のスクリーンショット
Incognito Launcher拡張機能のCRXファイルをダウンロード
Incognito Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open your current tab or highlighted tabs in an incognito or normal window in Just-One-Click.
Incognito Launcher is an easy to use extension that opens your current tab in an incognito (private browsing).
It's simple!
- To open your normal tab in an incognito window: Click on the extension icon in a regular window and your current tab is opened in an incognito window.
- To revert back to your normal tab: Repeat the above process in an incognito window and it is opened into a regular window.
Short cut: "Ctrl + Shift + Right" for window and "Command + Shift + Right" for mac.
To enable this extension on Incognito window, Follow this steps here: https://www.thewindowsclub.com/enable-extensions-in-incognito-mode-on-google-chrome 拡張機能の基本情報
| 名前 | |
| ID | ipobjholhnadnkgkapnpbdcnogdfdepd |
| 公式URL | https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd |
| 説明 | Quick Incognito Launcher |
| ファイルサイズ | 15.45 KB |
| インストール数 | 18 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2022-05-24 |
| 公開日 | 2020-10-12 |
| 開発者 | mquadrant |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Incognito Launcher",
"version": "1.1",
"description": "Quick Incognito Launcher",
"manifest_version": 3,
"icons": {
"48": "images\/[email protected]",
"128": "images\/[email protected]"
},
"commands": {
"open-iiwindow": {
"suggested_key": {
"default": "Ctrl+Shift+Right",
"mac": "Command+Shift+Right"
},
"description": "Open highlighted\/current Tab in incognito"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
],
"action": {
"default_icon": {
"48": "images\/[email protected]",
"128": "images\/[email protected]"
}
}
} | |