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
官方網址 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
電子郵箱 [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"
    }
}