Hycon Lite Client
Hycon Lite Client
Hycon Lite Client란 무엇입니까?
Hycon Lite Client은(는) https://hycon.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hycon Lite Client"입니다.
확장 프로그램 스크린샷
Hycon Lite Client 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HYCON Lite Wallet The first release of the HYCON Lite Wallet The Lite Wallet removes the need to run a full node or sync with the main network to make transactions. 1.1.2 version updates the following: - Fixed miner bug 1.1.1 version updates the following: - Sending transaction UI to display alert when sending fee is greater than sending amount - You can now delete your HD wallet - Deep linking is now available 1.1.0 version you can: - Added Replay Protection Measures 1.0.6 version you can: - Encrypt private key download - Wallet Price (coinmarketcap.com) 1.0.5 version you can: - Response chrome update(wasm) 1.0.4 version you can: - Create a HD wallet - Confirm claim wallet - Transaction OTP - Edit pending transaction 1.0.3 version you can: - Create a new wallet - Recover your wallet - Claim your ICO funds - Send transactions - Receive hycon - See your transactions and mining rewards (if applicable) Thanks for supporting HYCON hycon.io
확장 프로그램 기본 정보
이름 | Hycon Lite Client |
ID | bcopgchhojmggmffilplmbdicgaihlkp |
공식 URL | https://chromewebstore.google.com/detail/hycon-lite-client/bcopgchhojmggmffilplmbdicgaihlkp |
설명 | Hycon Lite Client |
파일 크기 | 1.99 MB |
설치 횟수 | 1,506 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2019-05-08 |
출시 날짜 | 2019-05-08 |
평점 | 4.67/5 총 18 개의 평점 |
개발자 | https://hycon.io |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hycon Lite Client", "version": "1.1.2", "description": "Hycon Lite Client", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "permissions": [ "http:\/\/wallet.hycon.io\/*", "storage", "tabs" ], "icons": { "16": "hycon16.png", "48": "hycon48.png", "128": "hycon128.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*" ] } } |