Hycon Lite Client

Hycon Lite Client

Hycon Lite Client क्या है?

Hycon Lite Client https://hycon.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hycon Lite Client"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hycon Lite Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
        ]
    }
}