incogni-tab

Open your current tab in an incognito or regular window

什麼是incogni-tab?

incogni-tab是由Targetlock.io開發的Chrome擴展程式,該擴展的主要功能是“Open your current tab in an incognito or regular window”。

擴展截圖

screenshot
screenshot
screenshot

下載incogni-tab擴展crx文件

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

擴展使用說明

                        incogni-tab is a simple extension that opens your current tab in an incognito (private browsing) or regular window. No unnecessary permissions or tracking!

It's easy! Just click on the extension icon in a regular window and your current tab is opened in an incognito window. Click on the extension when your tab is in an incognito window and it is opened into a regular window. There is also the option to keep the original tab open or close it once the new one is opened.

Please post suggestions and reviews, we want to make this the most useful extension of its kind.                    

擴展基本資訊

名稱 incogni-tab incogni-tab
ID mhppgjeghhhfdeemdkfcfkcnmopmcnkf
官方網址 https://chromewebstore.google.com/detail/incogni-tab/mhppgjeghhhfdeemdkfcfkcnmopmcnkf
簡介 Open your current tab in an incognito or regular window
檔案大小 46.31 KB
安裝次數 903
目前版本 1.2.1
更新時間 2020-11-18
上架時間 2016-02-03
評分 4.36/5 共 11 次評分
開發者 Targetlock.io
電子郵箱 [email protected]
付費類型 free
支援的語言 de,en,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "incogni-tab",
    "version": "1.2.1",
    "author": "EDGE Solutions",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "incogni-tab",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background\/background.min.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "src\/options\/options_overlay.html",
        "chrome_style": true
    }
}