Incognito Popup Button

Creates an incognito popup with the omnibox hidden.

Cos'è Incognito Popup Button?

Incognito Popup Button è un'estensione di Chrome sviluppata da Jonathan Sharman, e la sua funzione principale è "Creates an incognito popup with the omnibox hidden.".

Scarica il file CRX dell'estensione Incognito Popup Button

Scarica i file di estensione Incognito Popup Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Incognito Popup Button Incognito Popup Button
ID pbcjpchjhkfhdlccaljkpmpallcmpfbb
URL Ufficiale https://chrome.google.com/webstore/detail/incognito-popup-button/pbcjpchjhkfhdlccaljkpmpallcmpfbb
Descrizione Creates an incognito popup with the omnibox hidden.
Dimensione del File 122 KB
Conteggio Installazioni 32
Versione Corrente 1.1
Ultimo Aggiornamento 2015-06-10
Data di Pubblicazione 2015-06-10
Sviluppatore Jonathan Sharman
Tipo di Pagamento free
Lingue Supportate 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
}