Tonkeeper — wallet for TON
Your extension wallet on The Open Network
Tonkeeper — wallet for TON क्या है?
Tonkeeper — wallet for TON https://tonkeeper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your extension wallet on The Open Network"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tonkeeper — wallet for TON एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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:\/\/*\/*" ] } ] } |