LodeWallet

The functional Cardano wallet.

Was ist LodeWallet?

LodeWallet ist eine Chrome-Erweiterung, die von LodeWallet entwickelt wurde, und ihr Hauptmerkmal ist "The functional Cardano wallet.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

LodeWallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie LodeWallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LodeWallet LodeWallet
ID ikffplhknjhbfkgbhnionfklokakmknd
Offizielle URL https://chromewebstore.google.com/detail/lodewallet/ikffplhknjhbfkgbhnionfklokakmknd
Beschreibung The functional Cardano wallet.
Dateigröße 8.11 MB
Installationsanzahl 120
Aktuelle Version 1.2.1
Letztes Update 2022-11-30
Veröffentlichungsdatum 2022-05-12
Entwickler LodeWallet
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://lodewallet.io
URL der Datenschutzrichtlinien-Seite https://lodewallet.io/privacy
Unterstützte Sprachen 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"
    }
}