Backpack

A next level crypto wallet for Solana and Ethereum

Backpack là gì?

Backpack là một tiện ích mở rộng Chrome được phát triển bởi Backpack, và tính năng chính của nó là "A next level crypto wallet for Solana and Ethereum".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Backpack 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

                        The first wallet built for xNFTs. Whether it's tokens, decentralized applications, or NFTs, use all your crypto assets inside Backpack.

- Send crypto assets 
- Swap tokens
- View NFTs
- Use apps
- Connect your ledger

Use the most advanced Solana and Ethereum wallet.                    

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

Tên Backpack Backpack
ID aflkmfhebedbjioipglgcbcmnbpgliof
URL Chính Thức https://chromewebstore.google.com/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof
Mô tả A next level crypto wallet for Solana and Ethereum
Kích Thước Tệp 13.06 MB
Số Lần Cài Đặt 149,686
Phiên Bản Hiện Tại 0.10.37
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2022-09-28
Đánh Giá 4.74/5 Tổng số 269 Đánh Giá
Nhà Phát Triển Backpack
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.backpack.app
URL Trang Chính Sách Bảo Mật https://www.backpack.app/privacy.pdf
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A next level crypto wallet for Solana and Ethereum",
    "version": "0.10.37",
    "name": "Backpack",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "exclude_globs": [
                "*chrome-extension*"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "anchor.png",
        "192": "anchor.png",
        "512": "anchor.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "background"
    ]
}