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