Begin - Cardano Wallet by B58

The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.

Begin - Cardano Wallet by B58คืออะไร?

Begin - Cardano Wallet by B58 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://begin.is และคุณลักษณะหลักของมันคือ "The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Begin - Cardano Wallet by B58

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

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

                        The Web3, DeFi crypto wallet built for you. A Cardano light wallet. With Ledger support.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Begin - Cardano Wallet by B58 Begin - Cardano Wallet by B58
ID nhbicdelgedinnbcidconlnfeionhbml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/begin-cardano-wallet-by-b/nhbicdelgedinnbcidconlnfeionhbml
คำอธิบาย The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.
ขนาดไฟล์ 11.59 MB
จำนวนการติดตั้ง 484
เวอร์ชันปัจจุบัน 1.5.4
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2022-09-27
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://begin.is
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://begin.is/terms/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Begin Wallet: Web3, Cardano & Crypto",
    "name": "Begin - Cardano Wallet by B58",
    "description": "The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.",
    "version": "1.5.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Begin Wallet: Web3, Cardano & Crypto",
        "default_icon": "images\/logo-192.png"
    },
    "icons": {
        "16": "images\/logo-192.png",
        "48": "images\/logo-192.png",
        "128": "images\/logo-192.png",
        "512": "images\/logo-512.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo-192.png",
                "images\/logo-192.png",
                "static\/js\/injected.js",
                "internalPopup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "chrome:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}