ONTO Wallet
ONTO Wallet: A Multi-Chain Identity Wallet
ONTO Walletとは何ですか?
ONTO Walletはontowebwalletによって開発されたChromeの拡張機能で、その主な機能は「ONTO Wallet: A Multi-Chain Identity Wallet」です。
拡張機能のスクリーンショット
ONTO Wallet拡張機能のCRXファイルをダウンロード
ONTO Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
About ONTO Web Wallet ONTO Web Wallet is a decentralized cross-chain desktop wallet for Chrome browser, which supports a variety of digital assets and dApps on several blockchains including Ontology, Ethereum, Binance Smart Chain, Polkadot and more. With ONTO Web Wallet, users can easily create their own decentralized digital identity (ONT ID) which fully protects their private data through an encryption algorithm, and enables the one-click creation and management of digital assets on multiple public chains.
拡張機能の基本情報
名前 | ONTO Wallet |
ID | ifckdpamphokdglkkdomedpdegcjhjdp |
公式URL | https://chromewebstore.google.com/detail/onto-wallet/ifckdpamphokdglkkdomedpdegcjhjdp |
説明 | ONTO Wallet: A Multi-Chain Identity Wallet |
ファイルサイズ | 5.69 MB |
インストール数 | 12,764 |
現在のバージョン | 0.9.9 |
最終更新日 | 2023-12-04 |
公開日 | 2021-02-01 |
評価 | 3.82/5 合計 22 レビュー |
開発者 | ontowebwallet |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ont.io/ |
プライバシーポリシーページのURL | https://onto.app/en/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "ONTO Wallet: A Multi-Chain Identity Wallet", "version": "0.9.9", "manifest_version": 2, "name": "ONTO Wallet", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_title": "Open the wallet" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "contentScript.bundle.js" ] } ], "web_accessible_resources": [ "icon16.png", "icon32.png", "icon48.png", "icon128.png", "inpage.bundle.js", "inpageCoverDefault.bundle.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "storage", "tabs" ] } |