Microbitcoin Wallet Extension

Light Web Wallet for MicroBitcoin as a Chrome Extension.

Microbitcoin Wallet Extension là gì?

Microbitcoin Wallet Extension là một tiện ích mở rộng Chrome được phát triển bởi Nugetzrul3, và tính năng chính của nó là "Light Web Wallet for MicroBitcoin as a Chrome Extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Microbitcoin Wallet Extension

Tải xuống các tệp mở rộng Microbitcoin Wallet Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Microbitcoin Wallet Extension Microbitcoin Wallet Extension
ID gochdgmelobhldaeobcdeampknjdkcnm
URL Chính Thức https://chromewebstore.google.com/detail/microbitcoin-wallet-exten/gochdgmelobhldaeobcdeampknjdkcnm
Mô tả Light Web Wallet for MicroBitcoin as a Chrome Extension.
Kích Thước Tệp 413 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-07-20
Ngày Phát Hành 2020-07-19
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nugetzrul3
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://microbitcoin.org
URL Trang Trợ Giúp https://mbc.wiki
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}