Microbitcoin Wallet Extension
Light Web Wallet for MicroBitcoin as a Chrome Extension.
Microbitcoin Wallet Extension क्या है?
Microbitcoin Wallet Extension Nugetzrul3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Light Web Wallet for MicroBitcoin as a Chrome Extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Microbitcoin Wallet Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } } |