Incognito or not

Quickly switch current tab or link from incognito window to normal window, or vice versa.

Incognito or notとは何ですか?

Incognito or notはPennyによって開発されたChromeの拡張機能で、その主な機能は「Quickly switch current tab or link from incognito window to normal window, or vice versa.」です。

拡張機能のスクリーンショット

screenshot

Incognito or not拡張機能のCRXファイルをダウンロード

Incognito or not拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Chrome extension enables you to switch incognito mode of current tab or link with one click, so you can switch current session easily.                    

拡張機能の基本情報

名前 Incognito or not Incognito or not
ID bjgbcgencjbpjmghkipepgdmgpelenpg
公式URL https://chromewebstore.google.com/detail/incognito-or-not/bjgbcgencjbpjmghkipepgdmgpelenpg
説明 Quickly switch current tab or link from incognito window to normal window, or vice versa.
ファイルサイズ 14.29 KB
インストール数 2,069
現在のバージョン 1.2.0
最終更新日 2022-06-04
公開日 2017-10-10
評価 4.75/5 合計 4 レビュー
開発者 Penny
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/spyth/Incognito-or-not
ヘルプページのURL https://github.com/spyth/Incognito-or-not
対応言語 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.0",
    "action": [],
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "default_locale": "en",
    "name": "Incognito or not",
    "description": "__MSG_extDesc__",
    "background": {
        "service_worker": "background.js"
    }
}