Microbitcoin Wallet Extension
Light Web Wallet for MicroBitcoin as a Chrome Extension.
Qu'est-ce que Microbitcoin Wallet Extension ?
Microbitcoin Wallet Extension est une extension Chrome développée par Nugetzrul3, et sa fonction principale est "Light Web Wallet for MicroBitcoin as a Chrome Extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Microbitcoin Wallet Extension
Téléchargez les fichiers d'extension Microbitcoin Wallet Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Microbitcoin Wallet Extension |
ID | gochdgmelobhldaeobcdeampknjdkcnm |
URL Officiel | https://chromewebstore.google.com/detail/microbitcoin-wallet-exten/gochdgmelobhldaeobcdeampknjdkcnm |
Description | Light Web Wallet for MicroBitcoin as a Chrome Extension. |
Taille du Fichier | 413 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-07-20 |
Date de Publication | 2020-07-19 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Nugetzrul3 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://microbitcoin.org |
URL de la Page d'Aide | https://mbc.wiki |
Langues Prises en Charge | 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" } } |