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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |