TronLink

The first and most popular TRON wallet. Recommended by TRON Foundation.

TronLinkคืออะไร?

TronLink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Helix Tech Company Limited และคุณลักษณะหลักของมันคือ "The first and most popular TRON wallet. Recommended by TRON Foundation."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TronLink

ดาวน์โหลดไฟล์ส่วนขยาย TronLink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The first and most popular TRON wallet. Recommended by TRON Foundation.
TronLink is firstly launched at TRON’s official website and backed by TRON foundation, TronLink is the TRON wallet with the most users,coming in three versions (Chrome Wallet Extension/iOS/Android), and you’re looking at the Chrome Wallet Extension for TRON.

Functions of Chrome Extension:
Provides extensive support for TRON and now also supports Ethereum & BTTC & BSC;
Supports safe interactions with DApps;
Provides built-in support for hardware wallet.

About TRON:
TRON’s market cap is among the top 10 on a global scale. Since June 25th 2018, TRON migrated its ERC20 tokens to TRON’s Mainnet, making TRX an independent cryptocurrency.

Update(V4.1.4)
1. Supported the display of token prices;  
2. Added prompts for tokens rated as "Suspicious" and "Unsafe";  
3. Added prompts on the transaction confirmation page for addresses/contracts suspected of fraudulent activities;  
4. Allowed users to modify the wallet password;  
5. Fixed known problems.

Official website link(iOS/Android download link): 
                  https://www.tronlink.org
Contact TronLink:
English telegram:https://t.me/TronLink
Chinese telegram:https://t.me/TronLinkCN
Official Twitter: https://twitter.com/TronLinkWallet                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TronLink TronLink
ID ibnejdfjmmkpcnlpebklmnkoeoihofec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tronlink/ibnejdfjmmkpcnlpebklmnkoeoihofec
คำอธิบาย The first and most popular TRON wallet. Recommended by TRON Foundation.
ขนาดไฟล์ 13.13 MB
จำนวนการติดตั้ง 600,000
เวอร์ชันปัจจุบัน 4.1.4
อัปเดตครั้งล่าสุด 2023-11-03
วันที่เผยแพร่ 2020-07-03
คะแนน 3.07/5 รวมทั้งหมด 352 คะแนน
ผู้พัฒนา Helix Tech Company Limited
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tronlink.org
URL หน้าช่วยเหลือ https://www.tronlink.org
URL หน้านโยบายความเป็นส่วนตัว https://www.tronlink.org/download/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TronLink",
    "description": "The first and most popular TRON wallet. Recommended by TRON Foundation.",
    "version": "4.1.4",
    "version_name": "4.1.4",
    "author": "Kondax ",
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-Xt+TZ5hJY3WPwPE\/jyW2b+AJo8y3aUAh7\/7lWAT2ggI=' 'sha256-RWwVLx29Hwx0Jzlp+qhH9KbkCbV94cr4seIFGCmY2Jw=' https:\/\/*.sentry.io https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup\/popup.html#\/home",
        "default_title": "TronLink",
        "default_icon": "static\/icon.png"
    },
    "icons": {
        "16": "static\/icon.png",
        "48": "static\/icon.png",
        "128": "static\/icon.png"
    },
    "background": {
        "scripts": [
            "\/background\/script_loader.js",
            "\/vendors\/361.js",
            "\/vendors\/434.js",
            "\/background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "injected\/injected.js"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "activeTab"
    ]
}