LibraMask Chrome Extension

LibraMask a Chrome Extension to connect to Libra Blockchain!

LibraMask Chrome Extension là gì?

LibraMask Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Ahmad Sghaier Omar, và tính năng chính của nó là "LibraMask a Chrome Extension to connect to Libra Blockchain!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LibraMask Chrome Extension

Tải xuống các tệp mở rộng LibraMask Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LibraMask Chrome Extension LibraMask Chrome Extension
ID mmbnehbmehcfegbhemokilaeegojipke
URL Chính Thức https://chromewebstore.google.com/detail/libramask-chrome-extensio/mmbnehbmehcfegbhemokilaeegojipke
Mô tả LibraMask a Chrome Extension to connect to Libra Blockchain!
Kích Thước Tệp 4.6 MB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-09-25
Ngày Phát Hành 2019-09-24
Nhà Phát Triển Ahmad Sghaier Omar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/LibraMask
Ngôn Ngữ Được Hỗ Trợ 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
}