Microbitcoin Wallet Extension
Light Web Wallet for MicroBitcoin as a Chrome Extension.
Apa itu Microbitcoin Wallet Extension?
Microbitcoin Wallet Extension adalah ekstensi Chrome yang dikembangkan oleh Nugetzrul3, dan fitur utamanya adalah "Light Web Wallet for MicroBitcoin as a Chrome Extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Microbitcoin Wallet Extension
Unduh file ekstensi Microbitcoin Wallet Extension 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
Light Web Wallet for Microbitcoin as a Chrome Extension. Microbitcoin: A payments protocol built on blockchain technology with open source, decentralization and peer-to-peer at heart This light chrome extension allows you to create new or import existing microbitcoin wallets and allows you to send and receive microbitcoin from your browser! This extension is fully open source and can be forked for other bitcoin based cryptocurrencies. Source code can be found here: https://github.com/Nugetzrul3/Microbitcoin-Chrome-Wallet Special thanks to Volbil (https://github.com/volbil) for the development of the API server (https://github.com/MicroBitcoinOrg/ApiServer).
Informasi Dasar Ekstensi
Nama | Microbitcoin Wallet Extension |
ID | gochdgmelobhldaeobcdeampknjdkcnm |
URL Resmi | https://chromewebstore.google.com/detail/microbitcoin-wallet-exten/gochdgmelobhldaeobcdeampknjdkcnm |
Deskripsi | Light Web Wallet for MicroBitcoin as a Chrome Extension. |
Ukuran File | 413 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-07-20 |
Tanggal Publikasi | 2020-07-19 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Nugetzrul3 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://microbitcoin.org |
URL Halaman Bantuan | https://mbc.wiki |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Microbitcoin Wallet Extension", "version": "1.0", "manifest_version": 2, "description": "Light Web Wallet for MicroBitcoin as a Chrome Extension.", "browser_action": { "default_popup": "overlay.html", "default_title": "Microbitcoin Wallet", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |