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
电子邮箱 [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"
    }
}