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 |
| Eメール | [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:\/\/*\/*"
]
}
]
} | |