LodeWallet

The functional Cardano wallet.

LodeWallet क्या है?

LodeWallet LodeWallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The functional Cardano wallet."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LodeWallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम LodeWallet LodeWallet
ID ikffplhknjhbfkgbhnionfklokakmknd
आधिकारिक URL https://chromewebstore.google.com/detail/lodewallet/ikffplhknjhbfkgbhnionfklokakmknd
विवरण The functional Cardano wallet.
फ़ाइल का आकार 8.11 MB
स्थापना संख्या 120
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2022-11-30
प्रकाशन तिथि 2022-05-12
डेवलपर LodeWallet
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://lodewallet.io
गोपनीयता नीति पृष्ठ URL https://lodewallet.io/privacy
समर्थित भाषाएँ 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"
    }
}