Hycon Lite Client

Hycon Lite Client

什麼是Hycon Lite Client?

Hycon Lite Client是由https://hycon.io開發的Chrome擴展程式,該擴展的主要功能是“Hycon Lite Client”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hycon Lite Client擴展crx文件

下載Hycon Lite Client擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Hycon Lite Client
ID bcopgchhojmggmffilplmbdicgaihlkp
官方網址 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\/*"
        ]
    }
}