Cyano Wallet Pro

Cyano Wallet Pro - an Ontology wallet

Cyano Wallet Proคืออะไร?

Cyano Wallet Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cyanowallet และคุณลักษณะหลักของมันคือ "Cyano Wallet Pro - an Ontology wallet"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyano Wallet Pro

ดาวน์โหลดไฟล์ส่วนขยาย Cyano Wallet Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
    }
}