Open tab in incognito

This extension will open the current tab in incogntio mode

什麼是Open tab in incognito?

Open tab in incognito是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension will open the current tab in incogntio mode”。

擴展截圖

screenshot

下載Open tab in incognito擴展crx文件

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

擴展使用說明

                        This extension will open the current tab in incogntio mode

This tool will help anyone from standard users to developers.
Ever run out of article limits? Open in a incognito window!
Ever had issues with caching? Open in a incognito window!
Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!                    

擴展基本資訊

名稱 Open tab in incognito Open tab in incognito
ID jphadcnfmefilmapphdlailkfdmdlllc
官方網址 https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc
簡介 This extension will open the current tab in incogntio mode
檔案大小 6 KB
安裝次數 55
目前版本 1.0
更新時間 2020-05-02
上架時間 2020-05-02
開發者 Unknown
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open tab in incognito",
    "description": "This extension will open the current tab in incogntio mode",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}