Hycon Lite Client

Hycon Lite Client

Hycon Lite Client là gì?

Hycon Lite Client là một tiện ích mở rộng Chrome được phát triển bởi https://hycon.io, và tính năng chính của nó là "Hycon Lite Client".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hycon Lite Client

Tải xuống các tệp mở rộng Hycon Lite Client 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

                        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                    

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

Tên Hycon Lite Client Hycon Lite Client
ID bcopgchhojmggmffilplmbdicgaihlkp
URL Chính Thức https://chromewebstore.google.com/detail/hycon-lite-client/bcopgchhojmggmffilplmbdicgaihlkp
Mô tả Hycon Lite Client
Kích Thước Tệp 1.99 MB
Số Lần Cài Đặt 1,506
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2019-05-08
Ngày Phát Hành 2019-05-08
Đánh Giá 4.67/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://hycon.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}