LibraMask Chrome Extension
LibraMask a Chrome Extension to connect to Libra Blockchain!
LibraMask Chrome Extension क्या है?
LibraMask Chrome Extension Ahmad Sghaier Omar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LibraMask a Chrome Extension to connect to Libra Blockchain!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LibraMask Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
LibraMask is a Chrome extension enabling users and developers to interact with the Libra Blockchain through the browser. This project is lead by Ahmad Sghaier. Main requirements will include: Capability of creating wallets using a mnemonic sentence based on BIP-0039. Capability to import an existing wallet using the mnemonic sentence. Provide a password protected wallet. Storing the wallet info locally in encrypted format. Capability to export account’s private key. Account balance query. View transaction history. Send and transfer coins. Receive coins by displaying account address as a QR code. Capability to view transactions and accounts on supported Libra Blockchain Explorer(s).
एक्सटेंशन की मूल जानकारी
नाम | LibraMask Chrome Extension |
ID | mmbnehbmehcfegbhemokilaeegojipke |
आधिकारिक URL | https://chromewebstore.google.com/detail/libramask-chrome-extensio/mmbnehbmehcfegbhemokilaeegojipke |
विवरण | LibraMask a Chrome Extension to connect to Libra Blockchain! |
फ़ाइल का आकार | 4.6 MB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2019-09-25 |
प्रकाशन तिथि | 2019-09-24 |
डेवलपर | Ahmad Sghaier Omar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitter.com/LibraMask |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LibraMask Chrome Extension", "version": "0.0.1", "description": "LibraMask a Chrome Extension to connect to Libra Blockchain!", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/imgs\/libra.png" }, "permissions": [ "*:\/\/*.testnet.libra.org\/*", "*:\/\/libraservice3.kulap.io\/*", "*:\/\/*.libexplorer.com\/*" ], "manifest_version": 2 } |