ONTO Wallet

ONTO Wallet: A Multi-Chain Identity Wallet

ONTO Wallet란 무엇입니까?

ONTO Wallet은(는) ontowebwallet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ONTO Wallet: A Multi-Chain Identity Wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ONTO Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}