Microbitcoin Wallet Extension
Light Web Wallet for MicroBitcoin as a Chrome Extension.
Vad är Microbitcoin Wallet Extension?
Microbitcoin Wallet Extension är en Chrome-tillägg utvecklad av Nugetzrul3, och dess huvudfunktion är "Light Web Wallet for MicroBitcoin as a Chrome Extension.".
Tilläggsskärmbilder
Ladda ner Microbitcoin Wallet Extension-förlängningens CRX-fil
Ladda ner Microbitcoin Wallet Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | Microbitcoin Wallet Extension |
ID | gochdgmelobhldaeobcdeampknjdkcnm |
Officiell webbadress | https://chromewebstore.google.com/detail/microbitcoin-wallet-exten/gochdgmelobhldaeobcdeampknjdkcnm |
Beskrivning | Light Web Wallet for MicroBitcoin as a Chrome Extension. |
Filstorlek | 413 KB |
Antal Installationer | 43 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-07-20 |
Publiceringsdatum | 2020-07-19 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | Nugetzrul3 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://microbitcoin.org |
Hjälpsida URL | https://mbc.wiki |
Stödda Språk | 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" } } |