LodeWallet

The functional Cardano wallet.

¿Qué es LodeWallet?

LodeWallet es una extensión de Chrome desarrollada por LodeWallet, y su función principal es "The functional Cardano wallet.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión LodeWallet

Descarga archivos de extensión LodeWallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        LodeWallet exists to provide the simplest possible experience for Cardano DeFi users to send or receive multiple assets and securely connect to dApps on the Cardano blockchain.

LodeWallet is built with Haskell, allowing it to uniquely leverage Cardano's existing open-source Haskell infrastructure.                    

Información Básica de la Extensión

Nombre LodeWallet LodeWallet
ID ikffplhknjhbfkgbhnionfklokakmknd
URL Oficial https://chromewebstore.google.com/detail/lodewallet/ikffplhknjhbfkgbhnionfklokakmknd
Descripción The functional Cardano wallet.
Tamaño del Archivo 8.11 MB
Cantidad de Instalaciones 120
Versión Actual 1.2.1
Última Actualización 2022-11-30
Fecha de Publicación 2022-05-12
Desarrollador LodeWallet
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://lodewallet.io
URL de la Página de Política de Privacidad https://lodewallet.io/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LodeWallet",
    "version": "1.2.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "description": "The functional Cardano wallet.",
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "\/background.jsexe\/all.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "\/popup.jsexe\/popup.html",
        "default_icon": {
            "16": "\/static\/images\/LD-Icon-16.png",
            "32": "\/static\/images\/LD-Icon-32.png",
            "48": "\/static\/images\/LD-Icon-48.png",
            "128": "\/static\/images\/LD-Icon-128.png"
        }
    },
    "icons": {
        "16": "\/static\/images\/LD-Icon-16.png",
        "32": "\/static\/images\/LD-Icon-32.png",
        "48": "\/static\/images\/LD-Icon-48.png",
        "128": "\/static\/images\/LD-Icon-128.png"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}