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
Eメール [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"
    ]
}