ONTO Wallet
ONTO Wallet: A Multi-Chain Identity Wallet
Qu'est-ce que ONTO Wallet ?
ONTO Wallet est une extension Chrome développée par ontowebwallet, et sa fonction principale est "ONTO Wallet: A Multi-Chain Identity Wallet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ONTO Wallet
Téléchargez les fichiers d'extension ONTO Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ONTO Wallet |
ID | ifckdpamphokdglkkdomedpdegcjhjdp |
URL Officiel | https://chromewebstore.google.com/detail/onto-wallet/ifckdpamphokdglkkdomedpdegcjhjdp |
Description | ONTO Wallet: A Multi-Chain Identity Wallet |
Taille du Fichier | 5.69 MB |
Nombre d'Installations | 12,764 |
Version Actuelle | 0.9.9 |
Dernière Mise à Jour | 2023-12-04 |
Date de Publication | 2021-02-01 |
Évaluation | 3.82/5 Total 22 Évaluations |
Développeur | ontowebwallet |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ont.io/ |
URL de la Page de Politique de Confidentialité | https://onto.app/en/privacy |
Langues Prises en Charge | 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" ] } |