Incognito This Tab for Google Chrome™
Open current page in incognito
Incognito This Tab for Google Chrome™とは何ですか?
Incognito This Tab for Google Chrome™はRomkaqによって開発されたChromeの拡張機能で、その主な機能は「Open current page in incognito」です。
拡張機能のスクリーンショット
Incognito This Tab for Google Chrome™拡張機能のCRXファイルをダウンロード
Incognito This Tab for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open the current page in an incognito (private mode) window by using context menu. Important! Allow extension to work in incognito windows. To open current page in incognito tab you just RightClick -> Open in Incognito
拡張機能の基本情報
名前 | Incognito This Tab for Google Chrome™ |
ID | fhafmefnbokbkdbheggacacknjfoabkn |
公式URL | https://chromewebstore.google.com/detail/incognito-this-tab-for-go/fhafmefnbokbkdbheggacacknjfoabkn |
説明 | Open current page in incognito |
ファイルサイズ | 11.9 KB |
インストール数 | 94 |
現在のバージョン | 1.1 |
最終更新日 | 2023-01-14 |
公開日 | 2021-05-27 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Romkaq |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Incognito This Tab for Google Chrome\u2122", "description": "Open current page in incognito", "version": "1.1", "permissions": [ "contextMenus", "tabs" ], "background": { "service_worker": "script.js" }, "icons": { "128": "icon128.png" }, "action": { "default_icon": { "128": "icon128.png" } } } |