LeafWallet - Easy to use EOS wallet

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

O que é LeafWallet - Easy to use EOS wallet?

LeafWallet - Easy to use EOS wallet é uma extensão do Chrome desenvolvida por https://www.leafwallet.io, e sua principal característica é "Compatible with the scatter protocol and more convenient and easy to use than scatter.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LeafWallet - Easy to use EOS wallet

Baixe arquivos de extensão LeafWallet - Easy to use EOS wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LeafWallet - Easy to use EOS wallet LeafWallet - Easy to use EOS wallet
ID cihmoadaighcejopammfbmddcmdekcje
URL Oficial https://chromewebstore.google.com/detail/leafwallet-easy-to-use-eo/cihmoadaighcejopammfbmddcmdekcje
Descrição Compatible with the scatter protocol and more convenient and easy to use than scatter.
Tamanho do Arquivo 1.88 MB
Contagem de Instalações 1,813
Versão Atual 1.3.2
Última Atualização 2020-07-30
Data de Publicação 2020-06-19
Classificação 4.36/5 Total de 11 Avaliações
Desenvolvedor https://www.leafwallet.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.leafwallet.io/
URL da Página de Ajuda https://www.leafwallet.io/
Idiomas Suportados 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"
    ]
}