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
公式URL 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
Eメール [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": []
    }
}