LodeWallet

The functional Cardano wallet.

LodeWalletคืออะไร?

LodeWallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LodeWallet และคุณลักษณะหลักของมันคือ "The functional Cardano wallet."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LodeWallet

ดาวน์โหลดไฟล์ส่วนขยาย LodeWallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}