Microbitcoin Wallet Extension

Light Web Wallet for MicroBitcoin as a Chrome Extension.

Co to jest Microbitcoin Wallet Extension?

Microbitcoin Wallet Extension to rozszerzenie Chrome opracowane przez Nugetzrul3, a jego główną funkcją jest „Light Web Wallet for MicroBitcoin as a Chrome Extension.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Microbitcoin Wallet Extension

Pobierz pliki rozszerzeń Microbitcoin Wallet Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Microbitcoin Wallet Extension Microbitcoin Wallet Extension
ID gochdgmelobhldaeobcdeampknjdkcnm
Oficjalny URL https://chromewebstore.google.com/detail/microbitcoin-wallet-exten/gochdgmelobhldaeobcdeampknjdkcnm
Opis Light Web Wallet for MicroBitcoin as a Chrome Extension.
Rozmiar pliku 413 KB
Liczba instalacji 43
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-07-20
Data Publikacji 2020-07-19
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Nugetzrul3
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://microbitcoin.org
Adres URL Strony Pomocy https://mbc.wiki
Obsługiwane Języki 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"
    }
}