LibraMask Chrome Extension
LibraMask a Chrome Extension to connect to Libra Blockchain!
Qu'est-ce que LibraMask Chrome Extension ?
LibraMask Chrome Extension est une extension Chrome développée par Ahmad Sghaier Omar, et sa fonction principale est "LibraMask a Chrome Extension to connect to Libra Blockchain!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LibraMask Chrome Extension
Téléchargez les fichiers d'extension LibraMask Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | LibraMask Chrome Extension |
ID | mmbnehbmehcfegbhemokilaeegojipke |
URL Officiel | https://chromewebstore.google.com/detail/libramask-chrome-extensio/mmbnehbmehcfegbhemokilaeegojipke |
Description | LibraMask a Chrome Extension to connect to Libra Blockchain! |
Taille du Fichier | 4.6 MB |
Nombre d'Installations | 18 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-09-25 |
Date de Publication | 2019-09-24 |
Développeur | Ahmad Sghaier Omar |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/LibraMask |
Langues Prises en Charge | 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 } |