Microbitcoin Wallet Extension

Light Web Wallet for MicroBitcoin as a Chrome Extension.

What is Microbitcoin Wallet Extension?

Microbitcoin Wallet Extension is a Chrome extension developed by Nugetzrul3, and its main feature is "Light Web Wallet for MicroBitcoin as a Chrome Extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Microbitcoin Wallet Extension Extension CRX File

Download Microbitcoin Wallet Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Microbitcoin Wallet Extension Microbitcoin Wallet Extension
ID gochdgmelobhldaeobcdeampknjdkcnm
Official URL https://chromewebstore.google.com/detail/microbitcoin-wallet-exten/gochdgmelobhldaeobcdeampknjdkcnm
Description Light Web Wallet for MicroBitcoin as a Chrome Extension.
File Size 413 KB
Installation Count 43
Current Version 1.0
Last Updated 2020-07-20
Publish Date 2020-07-19
Rating 1.00/5 Total 1 Ratings
Developer Nugetzrul3
Email [email protected]
Payment Type free
Extension Website https://microbitcoin.org
Help Page URL https://mbc.wiki
Supported Languages 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"
    }
}