Hycon Lite Client

Hycon Lite Client

Hycon Lite Clientคืออะไร?

Hycon Lite Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hycon.io และคุณลักษณะหลักของมันคือ "Hycon Lite Client"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hycon Lite Client

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
        ]
    }
}