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 |
电子邮箱 | [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" ] } |