Incognito This Tab

Open current tab in an incognito window.

什麼是Incognito This Tab?

Incognito This Tab是由BrowserNative開發的Chrome擴展程式,該擴展的主要功能是“Open current tab in an incognito window.”。

擴展截圖

screenshot
screenshot
screenshot

下載Incognito This Tab擴展crx文件

下載Incognito This Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Use keyboard shortcut "Alt + O", toolbar button or the context menu option.

Simple and light-weight extension, doesn't require any special permission. No Adware or any malicious activity.

Enable "Allow in incognito" on Extensions page to use it in incognito mode for reverse functionality.                    

擴展基本資訊

名稱 Incognito This Tab Incognito This Tab
ID nhockicmnnjibbhgcpphjicilgcfehdi
官方網址 https://chromewebstore.google.com/detail/incognito-this-tab/nhockicmnnjibbhgcpphjicilgcfehdi
簡介 Open current tab in an incognito window.
檔案大小 11.14 KB
安裝次數 61,806
目前版本 0.6
更新時間 2023-11-26
上架時間 2016-07-12
評分 3.70/5 共 73 次評分
開發者 BrowserNative
電子郵箱 [email protected]
付費類型 free
擴展官網 https://browsernative.com/incognito-chrome/
說明頁面URL https://browsernative.com/incognito-chrome/
隱私政策頁面URL https://browsernative.com/extensions-privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incognito This Tab",
    "description": "Open current tab in an incognito window.",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "version": "0.6",
    "homepage_url": "https:\/\/browsernative.com\/incognito-chrome\/",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Incognito This Tab"
    },
    "icons": {
        "128": "static\/128.png",
        "48": "static\/48.png",
        "16": "static\/16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+O",
                "mac": "Alt+O",
                "chromeos": "Alt+O",
                "linux": "Alt+O"
            }
        }
    }
}