Incognito Popup Button

Creates an incognito popup with the omnibox hidden.

什麼是Incognito Popup Button?

Incognito Popup Button是由Jonathan Sharman開發的Chrome擴展程式,該擴展的主要功能是“Creates an incognito popup with the omnibox hidden.”。

下載Incognito Popup Button擴展crx文件

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

擴展使用說明

                        Adds a button to open an incognito popup window with no omnibox, bookmarks, etc.                    

擴展基本資訊

名稱 Incognito Popup Button Incognito Popup Button
ID pbcjpchjhkfhdlccaljkpmpallcmpfbb
官方網址 https://chrome.google.com/webstore/detail/incognito-popup-button/pbcjpchjhkfhdlccaljkpmpallcmpfbb
簡介 Creates an incognito popup with the omnibox hidden.
檔案大小 122 KB
安裝次數 32
目前版本 1.1
更新時間 2015-06-10
上架時間 2015-06-10
開發者 Jonathan Sharman
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Popup Button",
    "description": "Creates an incognito popup with the omnibox hidden.",
    "version": "1.1",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "New Incognito Popup",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}