Microbitcoin Wallet Extension
Light Web Wallet for MicroBitcoin as a Chrome Extension.
Что такое Microbitcoin Wallet Extension?
Microbitcoin Wallet Extension - это расширение Chrome, разработанное Nugetzrul3, и его основная функция - "Light Web Wallet for MicroBitcoin as a Chrome Extension.".
Снимки экрана расширения
Скачать файл CRX расширения Microbitcoin Wallet Extension
Скачайте файлы расширений Microbitcoin Wallet Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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).
Основная информация о расширении
Название | Microbitcoin Wallet Extension |
ID | gochdgmelobhldaeobcdeampknjdkcnm |
Официальный URL | https://chromewebstore.google.com/detail/microbitcoin-wallet-exten/gochdgmelobhldaeobcdeampknjdkcnm |
Описание | Light Web Wallet for MicroBitcoin as a Chrome Extension. |
Размер файла | 413 KB |
Количество установок | 43 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-07-20 |
Дата публикации | 2020-07-19 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Nugetzrul3 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://microbitcoin.org |
URL страницы помощи | https://mbc.wiki |
Поддерживаемые языки | 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" } } |