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!”。

擴展截圖

screenshot

下載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 LibraMask Chrome Extension
ID mmbnehbmehcfegbhemokilaeegojipke
官方網址 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
}