LodeWallet

The functional Cardano wallet.

Vad är LodeWallet?

LodeWallet är en Chrome-tillägg utvecklad av LodeWallet, och dess huvudfunktion är "The functional Cardano wallet.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner LodeWallet-förlängningens CRX-fil

Ladda ner LodeWallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LodeWallet LodeWallet
ID ikffplhknjhbfkgbhnionfklokakmknd
Officiell webbadress https://chromewebstore.google.com/detail/lodewallet/ikffplhknjhbfkgbhnionfklokakmknd
Beskrivning The functional Cardano wallet.
Filstorlek 8.11 MB
Antal Installationer 120
Aktuell Version 1.2.1
Senast Uppdaterad 2022-11-30
Publiceringsdatum 2022-05-12
Utvecklare LodeWallet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://lodewallet.io
URL till Sekretesspolicy Sidan https://lodewallet.io/privacy
Stödda Språk 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"
    }
}