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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}