TonFlow
Magnificent & Secure TON Wallet!
TonFlowคืออะไร?
TonFlow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itonflow และคุณลักษณะหลักของมันคือ "Magnificent & Secure TON Wallet!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TonFlow
ดาวน์โหลดไฟล์ส่วนขยาย TonFlow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        TonFlow is a modern, secure & self custodial web wallet for TON (The Open Network) with next level 2-layers security implementation for your data & TON Connect 2.0 for dapps.
Using Tonflow you can:
💎 Create TON wallets
💎 Import existing TON wallets
✅ Send TON coins via highly secure mechanism
✅ Receive TON coins via QR code + download QR code
🟧 View transactions history
🟢 View transactions preview
🔵 View JETTONS balance + transactions history
🐼 View wallet address avatars
🏁 Use Ton-Connect 2.0
🎉 Experience magnificent onboarding flow
⚡ TON coin price and past history graph on new tab
✌ Much more !!
Here are the core features:
✌️ Self custodial web wallet for TON. It means YOU are in control.
⭐ Unbreakable vault created by user's password.
🎭 2 layered encryption.
🔐 Every transaction requires authentication.
🔑 Every DAPP connection requires authentication.
🗝️ Secure logout process.
📗 Only you have access to your own data
0️⃣ Zero-commission transactions for all
Tonflow is engineered to make sure highest level of security possible. User interface is straight-to-the-point without any complications for safe transactions. State of the art & modern user interface.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | hmdeaajgkglglefiohkliiihngkipnkf | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tonflow/hmdeaajgkglglefiohkliiihngkipnkf | 
| คำอธิบาย | Magnificent & Secure TON Wallet! | 
| ขนาดไฟล์ | 14.08 MB | 
| จำนวนการติดตั้ง | 55 | 
| เวอร์ชันปัจจุบัน | 1.1.0 | 
| อัปเดตครั้งล่าสุด | 2023-05-27 | 
| วันที่เผยแพร่ | 2023-04-09 | 
| ผู้พัฒนา | itonflow | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://tonflow.net | 
| URL หน้าช่วยเหลือ | https://t.me/tonflow_support_bot | 
| URL หน้านโยบายความเป็นส่วนตัว | https://tonflow.net/privacy | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TonFlow",
    "short_name": "TonFlow",
    "version": "1.1.0",
    "description": "Magnificent & Secure TON Wallet!",
    "icons": {
        "16": ".\/assets\/images\/tonflow_ico_16.png",
        "48": ".\/assets\/images\/tonflow_ico_48.png",
        "128": ".\/assets\/images\/tonflow_ico_128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "Open TONFLOW wallet"
    },
    "chrome_url_overrides": {
        "newtab": "index.html?#\/tab"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "extensionProvider.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}  |  |