Backpack

A next level crypto wallet for Solana and Ethereum

Backpackคืออะไร?

Backpack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Backpack และคุณลักษณะหลักของมันคือ "A next level crypto wallet for Solana and Ethereum"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backpack

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}