Bitcoin Address Lookup
Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.
Cos'è Bitcoin Address Lookup?
Bitcoin Address Lookup è un'estensione di Chrome sviluppata da Eduard Karpa, e la sua funzione principale è "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitcoin Address Lookup
Scarica i file di estensione Bitcoin Address 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
Get instant balance of any bitcoin address on any web-page. Hold the left alt-key and click or select the address to get balance You will get current balance of the address and total number received and sent bitcoins.
Informazioni di Base sull'Estensione
Nome | |
ID | lllihajjkapokmiogohflioedecpkedc |
URL Ufficiale | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc |
Descrizione | Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance. |
Dimensione del File | 291 KB |
Conteggio Installazioni | 171 |
Versione Corrente | 1.0.0.2 |
Ultimo Aggiornamento | 2018-11-29 |
Data di Pubblicazione | 2018-11-29 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Eduard Karpa |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Address Lookup", "version": "1.0.0.2", "description": "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.", "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" }, "background": { "scripts": [ "script\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "script\/contentScript.js" ] } ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contentSettings" ] } |