Tonkeeper — wallet for TON

Your extension wallet on The Open Network

Tonkeeper — wallet for TON란 무엇입니까?

Tonkeeper — wallet for TON은(는) https://tonkeeper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your extension wallet on The Open Network"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tonkeeper — wallet for TON 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tonkeeper is the easiest way to store, send, and receive Toncoin on The Open Network, which is a powerful new blockchain that offers unprecedented transaction speeds and throughput while offering a robust programming environment for smart contract applications.

# An easy-to-use non-custodial wallet

No registration or personal details are required to get started. Simply write down the secret recovery phrase that Tonkeeper generates and immediately start trading, sending, and receiving Toncoin.

# World-class speed and extremely low fees

TON is a network designed for speed and throughput. Fees are significantly lower than on other blockchains, and transactions are confirmed in a matter of seconds.                    

확장 프로그램 기본 정보

이름 Tonkeeper — wallet for TON Tonkeeper — wallet for TON
ID omaabbefbmiijedngplfjmnooppbclkk
공식 URL https://chromewebstore.google.com/detail/tonkeeper-%E2%80%94-wallet-for-to/omaabbefbmiijedngplfjmnooppbclkk
설명 Your extension wallet on The Open Network
파일 크기 2.89 MB
설치 횟수 73,715
현재 버전 3.6.2
최근 업데이트 2024-01-29
출시 날짜 2023-06-14
평점 4.31/5 총 13 개의 평점
개발자 https://tonkeeper.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tonkeeper.com/
도움말 페이지 URL https://t.me/tonkeeper_supportbot
개인정보 보호 정책 페이지 URL https://tonkeeper.com/privacy
지원되는 언어 en,tr,it,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appExtensionDescription__",
    "default_locale": "en",
    "version": "3.6.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_actionTitle__"
    },
    "icons": {
        "16": "logo-16x16.png",
        "32": "favicon.png",
        "64": "logo-64x64.png",
        "128": "logo-128x128.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "unlimitedStorage",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "provider.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}