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”。

扩展截图

screenshot
screenshot
screenshot

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