Cyano Wallet

Cyano Wallet - an Ontology wallet

什麼是Cyano Wallet?

Cyano Wallet是由cyano-publishing開發的Chrome擴展程式,該擴展的主要功能是“Cyano Wallet - an Ontology wallet”。

擴展截圖

screenshot

下載Cyano Wallet擴展crx文件

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

擴展使用說明

                        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

Privacy policy
Visit https://github.com/ontio-community/cyano-wallet/blob/master/PRIVACY.md to see the whole privacy policy.                    

擴展基本資訊

名稱 Cyano Wallet Cyano Wallet
ID dkdedlpgdmmkkfjabffeganieamfklkm
官方網址 https://chromewebstore.google.com/detail/cyano-wallet/dkdedlpgdmmkkfjabffeganieamfklkm
簡介 Cyano Wallet - an Ontology wallet
檔案大小 3.26 MB
安裝次數 5,000
目前版本 0.8.15
更新時間 2022-03-09
上架時間 2020-07-01
評分 3.11/5 共 18 次評分
開發者 cyano-publishing
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ontio/cyano-wallet
說明頁面URL https://github.com/ontio/cyano-wallet
隱私政策頁面URL https://github.com/OntologyCommunityDevelopers/cyano-wallet/blob/master/PRIVACY.md
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyano Wallet",
    "author": "Matus Zamborsky ",
    "description": "Cyano Wallet - an Ontology wallet",
    "version": "0.8.15",
    "browser_action": {
        "default_title": "Cyano Wallet"
    },
    "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": []
    }
}