ThunderLink

A ThunderCore wallet in your browser

Τι είναι το ThunderLink;

Το ThunderLink είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thunderlinkwallet, και η κύρια λειτουργία του είναι "A ThunderCore wallet in your browser".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ThunderLink

Λήψη αρχείων επέκτασης ThunderLink σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ThunderLink provides easy browser-based access to your ThunderCore wallets.  ThunderLink's features include auto-signing which creates a seamless user experience when using dApps that require frequent transactions. 

Update 0.7.0

- Update Sentry version for better error reports
- Add ThunderLink setting to disable transaction confirmation notifications.
- Fixed : Send is not working properly
- Fixed : CPU overload on boot up
- Added default tokens to work with testnet
- ERC20 tokens  (TT-USDT, TT-DAI) don't display if balance is 0

Update 0.6.1

- Change autobet default time length to 1 day
- Overlapping between Accounts and Settings page
- Fixed Terms of use - no content


Update 0.6.0

- Fixed UI bugs
- Updated terms of use
- Fixed loading screen issues
- Added default tokens (TDAI & USDT)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ThunderLink ThunderLink
ID laclhaibmpgjhaejadchmnpmnhlmglae
Επίσημο URL https://chrome.google.com/webstore/detail/thunderlink/laclhaibmpgjhaejadchmnpmnhlmglae
Περιγραφή A ThunderCore wallet in your browser
Μέγεθος Αρχείου 6.91 MB
Αριθμός Εγκαταστάσεων 257
Τρέχουσα Έκδοση 0.7.0
Τελευταία Ενημέρωση 2019-11-21
Ημερομηνία Δημοσίευσης 2019-11-18
Αξιολόγηση 4.94/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής thunderlinkwallet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,nl,vi,tr,es,it,pl,sk,sl,cs,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThunderLink",
    "short_name": "ThunderLink",
    "version": "0.7.0",
    "manifest_version": 2,
    "author": "https:\/\/thundercore.com",
    "description": "A ThunderCore wallet in your browser",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "ThunderLink",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "tl-contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "http:\/\/localhost:8545\/",
        "activeTab",
        "webRequest",
        "notifications"
    ],
    "web_accessible_resources": [
        "tl-inpage.js"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/thundercore.com\/*"
        ],
        "ids": [
            "*"
        ]
    }
}