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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |