Tonkeeper — wallet for TON

Your extension wallet on The Open Network

Τι είναι το Tonkeeper — wallet for TON;

Το Tonkeeper — wallet for TON είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tonkeeper.com, και η κύρια λειτουργία του είναι "Your extension wallet on The Open Network".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tonkeeper — wallet for TON

Λήψη αρχείων επέκτασης Tonkeeper — wallet for TON σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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:\/\/*\/*"
            ]
        }
    ]
}