LeafWallet - Easy to use EOS wallet

Compatible with the scatter protocol and more convenient and easy to use than scatter.

Τι είναι το LeafWallet - Easy to use EOS wallet;

Το LeafWallet - Easy to use EOS wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.leafwallet.io, και η κύρια λειτουργία του είναι "Compatible with the scatter protocol and more convenient and easy to use than scatter.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LeafWallet - Easy to use EOS wallet

Λήψη αρχείων επέκτασης LeafWallet - Easy to use EOS wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Leaf Wallet is the first EOS wallet designed for daily consumers. It provides an easy-to-use and secure cryptographic currency wallet function that is more meet day-to-day operating habits for user experience.
It is also compatible with the Scatter communication protocol, and uses various DApp safely and efficiently.

Version1.3.2 updates:  Fixed the problem of transaction on WAX.                    

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

Όνομα LeafWallet - Easy to use EOS wallet LeafWallet - Easy to use EOS wallet
ID cihmoadaighcejopammfbmddcmdekcje
Επίσημο URL https://chromewebstore.google.com/detail/leafwallet-easy-to-use-eo/cihmoadaighcejopammfbmddcmdekcje
Περιγραφή Compatible with the scatter protocol and more convenient and easy to use than scatter.
Μέγεθος Αρχείου 1.88 MB
Αριθμός Εγκαταστάσεων 1,813
Τρέχουσα Έκδοση 1.3.2
Τελευταία Ενημέρωση 2020-07-30
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 4.36/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://www.leafwallet.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.leafwallet.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.leafwallet.io/
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "LeafWallet",
    "default_locale": "en",
    "author": "leafwallet.io",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "LeafWallet",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "pages\/window.html",
        "js\/content.js"
    ]
}