Backpack

A next level crypto wallet for Solana and Ethereum

什么是Backpack?

Backpack是由Backpack开发的Chrome扩展程序,该扩展的主要功能是“A next level crypto wallet for Solana and Ethereum”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Backpack扩展crx文件

下载Backpack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Backpack Backpack
ID aflkmfhebedbjioipglgcbcmnbpgliof
官方URL https://chromewebstore.google.com/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof
简介 A next level crypto wallet for Solana and Ethereum
文件大小 13.06 MB
安装次数 149,686
当前版本 0.10.37
更新时间 2024-02-23
上架时间 2022-09-28
评分 4.74/5 共269次评分
开发者 Backpack
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.backpack.app
隐私政策页面URL https://www.backpack.app/privacy.pdf
支持的语言 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"
    ]
}