LibraMask Chrome Extension
LibraMask a Chrome Extension to connect to Libra Blockchain!
LibraMask Chrome Extensionคืออะไร?
LibraMask Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ahmad Sghaier Omar และคุณลักษณะหลักของมันคือ "LibraMask a Chrome Extension to connect to Libra Blockchain!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LibraMask Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |