ONTO Wallet
ONTO Wallet: A Multi-Chain Identity Wallet
Cos'è ONTO Wallet?
ONTO Wallet è un'estensione di Chrome sviluppata da ontowebwallet, e la sua funzione principale è "ONTO Wallet: A Multi-Chain Identity Wallet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ONTO Wallet
Scarica i file di estensione ONTO Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ONTO Wallet |
ID | ifckdpamphokdglkkdomedpdegcjhjdp |
URL Ufficiale | https://chromewebstore.google.com/detail/onto-wallet/ifckdpamphokdglkkdomedpdegcjhjdp |
Descrizione | ONTO Wallet: A Multi-Chain Identity Wallet |
Dimensione del File | 5.69 MB |
Conteggio Installazioni | 12,764 |
Versione Corrente | 0.9.9 |
Ultimo Aggiornamento | 2023-12-04 |
Data di Pubblicazione | 2021-02-01 |
Valutazione | 3.82/5 Totale 22 Valutazioni |
Sviluppatore | ontowebwallet |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ont.io/ |
URL della Pagina della Politica sulla Privacy | https://onto.app/en/privacy |
Lingue Supportate | 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" ] } |