Coin Address Inspector
Cryptocoin address information.
Cos'è Coin Address Inspector?
Coin Address Inspector è un'estensione di Chrome sviluppata da Christopher de Beer, e la sua funzione principale è "Cryptocoin address information.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coin Address Inspector
Scarica i file di estensione Coin Address Inspector 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
Searches for bitcoin addresses on pages you visit, and allows you to click on them and see more information. Currently shows the addresses sent, recieved and total balances, as well as a link to it's blockchain.info page. Feedback improvement suggestions welcome in reviews section. Donate to: 1K1WYkeF9WTRmuNj4ZSopWfkspesEB1FxU for more features.
Informazioni di Base sull'Estensione
Nome | |
ID | dmpancddmjhlfjkbidfaphioiikichbd |
URL Ufficiale | https://chrome.google.com/webstore/detail/coin-address-inspector/dmpancddmjhlfjkbidfaphioiikichbd |
Descrizione | Cryptocoin address information. |
Dimensione del File | 97.5 KB |
Conteggio Installazioni | 184 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2014-03-19 |
Data di Pubblicazione | 2014-03-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Christopher de Beer |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://0circle.co.uk/cia |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coin Address Inspector", "description": "Cryptocoin address information.", "version": "0.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "manifest_version": 2 } |