LeafWallet - Easy to use EOS wallet

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

Cos'è LeafWallet - Easy to use EOS wallet?

LeafWallet - Easy to use EOS wallet è un'estensione di Chrome sviluppata da https://www.leafwallet.io, e la sua funzione principale è "Compatible with the scatter protocol and more convenient and easy to use than scatter.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LeafWallet - Easy to use EOS wallet

Scarica i file di estensione LeafWallet - Easy to use EOS wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LeafWallet - Easy to use EOS wallet LeafWallet - Easy to use EOS wallet
ID cihmoadaighcejopammfbmddcmdekcje
URL Ufficiale https://chromewebstore.google.com/detail/leafwallet-easy-to-use-eo/cihmoadaighcejopammfbmddcmdekcje
Descrizione Compatible with the scatter protocol and more convenient and easy to use than scatter.
Dimensione del File 1.88 MB
Conteggio Installazioni 1,813
Versione Corrente 1.3.2
Ultimo Aggiornamento 2020-07-30
Data di Pubblicazione 2020-06-19
Valutazione 4.36/5 Totale 11 Valutazioni
Sviluppatore https://www.leafwallet.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.leafwallet.io/
URL della Pagina di Aiuto https://www.leafwallet.io/
Lingue Supportate 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"
    ]
}