Blockchain Lookup

Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.

Cos'è Blockchain Lookup?

Blockchain Lookup è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Blockchain Lookup

Scarica i file di estensione Blockchain Lookup 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

                        Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.                    

Informazioni di Base sull'Estensione

Nome Blockchain Lookup Blockchain Lookup
ID bfcefbndnnmbpdakahehjmpegmpimgef
URL Ufficiale https://chromewebstore.google.com/detail/blockchain-lookup/bfcefbndnnmbpdakahehjmpegmpimgef
Descrizione Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.
Dimensione del File 3.22 KB
Conteggio Installazioni 85
Versione Corrente 0.1
Ultimo Aggiornamento 2013-11-27
Data di Pubblicazione 2013-11-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blockchain Lookup",
    "description": "Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "BlockchainLookup.js"
        ]
    },
    "manifest_version": 2
}