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”。
扩展截图
下载Tonkeeper — wallet for TON扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
}
]
} | |