Coin Address Inspector
Cryptocoin address information.
Apa itu Coin Address Inspector?
Coin Address Inspector adalah ekstensi Chrome yang dikembangkan oleh Christopher de Beer, dan fitur utamanya adalah "Cryptocoin address information.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Coin Address Inspector
Unduh file ekstensi Coin Address Inspector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dmpancddmjhlfjkbidfaphioiikichbd |
URL Resmi | https://chrome.google.com/webstore/detail/coin-address-inspector/dmpancddmjhlfjkbidfaphioiikichbd |
Deskripsi | Cryptocoin address information. |
Ukuran File | 97.5 KB |
Jumlah Instalasi | 184 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2014-03-19 |
Tanggal Publikasi | 2014-03-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Christopher de Beer |
Tipe Pembayaran | free |
Situs Ekstensi | http://0circle.co.uk/cia |
Bahasa yang Didukung | 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 } |