Panda Wallet

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

什麼是Panda Wallet?

Panda Wallet是由Panda Wallet開發的Chrome擴展程式,該擴展的主要功能是“A non-custodial and open-source wallet for BSV and 1Sat Ordinals”。

擴展截圖

screenshot

下載Panda Wallet擴展crx文件

下載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
官方網址 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"
    }
}