BitRef
Check Bitcoin Address Balance Tool
Apa itu BitRef?
BitRef adalah ekstensi Chrome yang dikembangkan oleh https://bitref.com, dan fitur utamanya adalah "Check Bitcoin Address Balance Tool".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BitRef
Unduh file ekstensi BitRef 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
BitRef will help you view the current balance of any Bitcoin address. Just type: "btc [space or tab] bitcoin_address" in Chrome's address bar. This is the easiest and fastest way to check balance of any Bitcoin address.
Informasi Dasar Ekstensi
Nama | BitRef |
ID | ilfkfnelpnipciclabnebcangnnlmjgn |
URL Resmi | https://chromewebstore.google.com/detail/bitref/ilfkfnelpnipciclabnebcangnnlmjgn |
Deskripsi | Check Bitcoin Address Balance Tool |
Ukuran File | 11.15 KB |
Jumlah Instalasi | 288 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-03-27 |
Tanggal Publikasi | 2017-03-27 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | https://bitref.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://bitref.com/ |
URL Halaman Kebijakan Privasi | https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07 |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BitRef", "version": "1.0", "description": "Check Bitcoin Address Balance Tool", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "bitref.js" ] }, "omnibox": { "keyword": "btc" }, "permissions": [], "homepage_url": "https:\/\/bitref.com\/" } |