ONTO Wallet
ONTO Wallet: A Multi-Chain Identity Wallet
ONTO Wallet क्या है?
ONTO Wallet ontowebwallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ONTO Wallet: A Multi-Chain Identity Wallet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ONTO Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |