Cyano Wallet Pro

Cyano Wallet Pro - an Ontology wallet

Cyano Wallet Pro क्या है?

Cyano Wallet Pro cyanowallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cyano Wallet Pro - an Ontology wallet"।

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

screenshot

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

crx प्रारूप में Cyano Wallet Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Cyano Wallet Pro - an Ontology wallet
WebExtension wallet for the Ontology blockchain compatible with Chrome.


Security

When using this extension be responsible. You can follow some of these security tips:


* Divide your assets between Cold (little use) and Hot (active use) wallet

* Regularly check your balances

* Use hardware wallet for your Cold wallet

* Do not use Smart contract whitelisting on your Cold wallet




What does it currently do:


Create a wallet using mnemonics phrase

Encrypt a Private Key

Login with Mnemonics phrase, Private Key or a stored account.

Wallet Export/Import

Ledger support

Trezor support

View balance
Send ONG and ONT

Withdraw (claim) ONG

Switch networks (Test/Main/Private) with TLS support

ONT ID support

Ontology dAPI support

NEO and ONT address support for normal and Ledger accounts

OEP-4 tokens                    

एक्सटेंशन की मूल जानकारी

नाम Cyano Wallet Pro Cyano Wallet Pro
ID icmkfkmjoklfhlfdkkkgpnpldkgdmhoe
आधिकारिक URL https://chromewebstore.google.com/detail/cyano-wallet-pro/icmkfkmjoklfhlfdkkkgpnpldkgdmhoe
विवरण Cyano Wallet Pro - an Ontology wallet
फ़ाइल का आकार 3.38 MB
स्थापना संख्या 58
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2020-11-10
प्रकाशन तिथि 2020-09-19
डेवलपर cyanowallet
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ont.io/
गोपनीयता नीति पृष्ठ URL https://github.com/ontio/cyano-wallet/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyano Wallet Pro",
    "author": "Matus Zamborsky ",
    "description": "Cyano Wallet Pro - an Ontology wallet",
    "version": "0.1.1",
    "browser_action": {
        "default_title": "Cyano Wallet Pro"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "32": "logo32.png",
        "48": "favicon.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage",
        "http:\/\/127.0.0.1\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "externally_connectable": {
        "ids": []
    }
}