LibraMask Chrome Extension
LibraMask a Chrome Extension to connect to Libra Blockchain!
LibraMask Chrome Extensionとは何ですか?
LibraMask Chrome ExtensionはAhmad Sghaier Omarによって開発されたChromeの拡張機能で、その主な機能は「LibraMask a Chrome Extension to connect to Libra Blockchain!」です。
拡張機能のスクリーンショット
LibraMask Chrome Extension拡張機能のCRXファイルをダウンロード
LibraMask Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |