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
官方URL 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
}