Tonkeeper — wallet for TON

Your extension wallet on The Open Network

O que é Tonkeeper — wallet for TON?

Tonkeeper — wallet for TON é uma extensão do Chrome desenvolvida por https://tonkeeper.com, e sua principal característica é "Your extension wallet on The Open Network".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tonkeeper — wallet for TON

Baixe arquivos de extensão Tonkeeper — wallet for TON no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tonkeeper — wallet for TON Tonkeeper — wallet for TON
ID omaabbefbmiijedngplfjmnooppbclkk
URL Oficial https://chromewebstore.google.com/detail/tonkeeper-%E2%80%94-wallet-for-to/omaabbefbmiijedngplfjmnooppbclkk
Descrição Your extension wallet on The Open Network
Tamanho do Arquivo 2.89 MB
Contagem de Instalações 73,715
Versão Atual 3.6.2
Última Atualização 2024-01-29
Data de Publicação 2023-06-14
Classificação 4.31/5 Total de 13 Avaliações
Desenvolvedor https://tonkeeper.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tonkeeper.com/
URL da Página de Ajuda https://t.me/tonkeeper_supportbot
URL da Página de Política de Privacidade https://tonkeeper.com/privacy
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}