Panda Wallet

A non-custodial and open-source wallet for BSV and 1Sat Ordinals

Panda Walletคืออะไร?

Panda Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Panda Wallet และคุณลักษณะหลักของมันคือ "A non-custodial and open-source wallet for BSV and 1Sat Ordinals"

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

screenshot

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

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

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

                        Panda Wallet is an open-source, non-custodial web3 wallet designed for ease of use and everyday transactions for dapps built on Bitcoin SV. Tailored to support BSV and 1Sat Ordinals, Panda Wallet offers a straightforward and secure way to receive, send, and manage your digital assets.

Additionally, it is a powerful tool for developers looking to integrate a wallet into their BSV application thanks to Panda Wallet's Web3 provider functionality.                    

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

ชื่อ Panda Wallet Panda Wallet
ID mlbnicldlpdimbjdcncnklfempedeipj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/panda-wallet/mlbnicldlpdimbjdcncnklfempedeipj
คำอธิบาย A non-custodial and open-source wallet for BSV and 1Sat Ordinals
ขนาดไฟล์ 2.75 MB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 2.11.4
อัปเดตครั้งล่าสุด 2024-01-24
วันที่เผยแพร่ 2023-10-21
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Panda Wallet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Panda-Wallet/panda-wallet
URL หน้านโยบายความเป็นส่วนตัว https://github.com/Panda-Wallet/panda-wallet/blob/main/PRIVACY_POLICY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.11.4",
    "manifest_version": 3,
    "name": "Panda Wallet",
    "description": "A non-custodial and open-source wallet for BSV and 1Sat Ordinals",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Panda Wallet"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}