Panda Wallet

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

Panda Wallet là gì?

Panda Wallet là một tiện ích mở rộng Chrome được phát triển bởi Panda Wallet, và tính năng chính của nó là "A non-custodial and open-source wallet for BSV and 1Sat Ordinals".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Panda Wallet

Tải xuống các tệp mở rộng Panda Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Panda Wallet Panda Wallet
ID mlbnicldlpdimbjdcncnklfempedeipj
URL Chính Thức https://chromewebstore.google.com/detail/panda-wallet/mlbnicldlpdimbjdcncnklfempedeipj
Mô tả A non-custodial and open-source wallet for BSV and 1Sat Ordinals
Kích Thước Tệp 2.75 MB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 2.11.4
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2023-10-21
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Panda Wallet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Panda-Wallet/panda-wallet
URL Trang Chính Sách Bảo Mật https://github.com/Panda-Wallet/panda-wallet/blob/main/PRIVACY_POLICY.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}