Microbitcoin Wallet Extension

Light Web Wallet for MicroBitcoin as a Chrome Extension.

Microbitcoin Wallet Extensionとは何ですか?

Microbitcoin Wallet ExtensionはNugetzrul3によって開発されたChromeの拡張機能で、その主な機能は「Light Web Wallet for MicroBitcoin as a Chrome Extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Microbitcoin Wallet Extension拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
    }
}