Backpack

A next level crypto wallet for Solana and Ethereum

Vad är Backpack?

Backpack är en Chrome-tillägg utvecklad av Backpack, och dess huvudfunktion är "A next level crypto wallet for Solana and Ethereum".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Backpack-förlängningens CRX-fil

Ladda ner Backpack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Backpack Backpack
ID aflkmfhebedbjioipglgcbcmnbpgliof
Officiell webbadress https://chromewebstore.google.com/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof
Beskrivning A next level crypto wallet for Solana and Ethereum
Filstorlek 13.06 MB
Antal Installationer 149,686
Aktuell Version 0.10.37
Senast Uppdaterad 2024-02-23
Publiceringsdatum 2022-09-28
Betyg 4.74/5 Totalt 269 Betyg
Utvecklare Backpack
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.backpack.app
URL till Sekretesspolicy Sidan https://www.backpack.app/privacy.pdf
Stödda Språk 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"
    ]
}