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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}