Microbitcoin Wallet Extension
Light Web Wallet for MicroBitcoin as a Chrome Extension.
Wat is Microbitcoin Wallet Extension?
Microbitcoin Wallet Extension is een Chrome-extensie ontwikkeld door Nugetzrul3, en de belangrijkste functie is "Light Web Wallet for MicroBitcoin as a Chrome Extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Microbitcoin Wallet Extension
Download Microbitcoin Wallet Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Microbitcoin Wallet Extension |
ID | gochdgmelobhldaeobcdeampknjdkcnm |
Officiële URL | https://chromewebstore.google.com/detail/microbitcoin-wallet-exten/gochdgmelobhldaeobcdeampknjdkcnm |
Beschrijving | Light Web Wallet for MicroBitcoin as a Chrome Extension. |
Bestandsgrootte | 413 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-07-20 |
Publicatiedatum | 2020-07-19 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Nugetzrul3 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://microbitcoin.org |
Help Pagina-URL | https://mbc.wiki |
Ondersteunde Talen | 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" } } |