Incognitify
Open current tab in an incognito window
Incognitifyとは何ですか?
IncognitifyはNewordによって開発されたChromeの拡張機能で、その主な機能は「Open current tab in an incognito window」です。
拡張機能のスクリーンショット
Incognitify拡張機能のCRXファイルをダウンロード
Incognitify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open the current tab to an incognito tab just by clicking the Incognitify button. Options to set the following: - Keep the original tab open - Remove the tab URL from history - Open the incognito tab maximised Enable this extension in incognito mode to switch back from incognito browsing to normal browsing. There are no trackers or malware in this add-on.
拡張機能の基本情報
名前 | Incognitify |
ID | bfooamdflgheadbaakfehmbdelmfogfa |
公式URL | https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa |
説明 | Open current tab in an incognito window |
ファイルサイズ | 24.9 KB |
インストール数 | 2,465 |
現在のバージョン | 1.2 |
最終更新日 | 2020-05-29 |
公開日 | 2020-05-29 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Neword |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Incognitify", "description": "Open current tab in an incognito window", "version": "1.2", "background": { "scripts": [ "incognitify.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Incognitify" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab", "storage" ], "optional_permissions": [ "history" ], "options_ui": { "page": "options.html", "chrome_style": true } } |