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
}