Begin - Cardano Wallet by B58

The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.

Begin - Cardano Wallet by B58란 무엇입니까?

Begin - Cardano Wallet by B58은(는) https://begin.is에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Begin - Cardano Wallet by B58 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Web3, DeFi crypto wallet built for you. A Cardano light wallet. With Ledger support.                    

확장 프로그램 기본 정보

이름 Begin - Cardano Wallet by B58 Begin - Cardano Wallet by B58
ID nhbicdelgedinnbcidconlnfeionhbml
공식 URL https://chromewebstore.google.com/detail/begin-cardano-wallet-by-b/nhbicdelgedinnbcidconlnfeionhbml
설명 The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.
파일 크기 11.59 MB
설치 횟수 484
현재 버전 1.5.4
최근 업데이트 2024-02-20
출시 날짜 2022-09-27
평점 5.00/5 총 4 개의 평점
개발자 https://begin.is
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://begin.is/terms/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Begin Wallet: Web3, Cardano & Crypto",
    "name": "Begin - Cardano Wallet by B58",
    "description": "The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.",
    "version": "1.5.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Begin Wallet: Web3, Cardano & Crypto",
        "default_icon": "images\/logo-192.png"
    },
    "icons": {
        "16": "images\/logo-192.png",
        "48": "images\/logo-192.png",
        "128": "images\/logo-192.png",
        "512": "images\/logo-512.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo-192.png",
                "images\/logo-192.png",
                "static\/js\/injected.js",
                "internalPopup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "chrome:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}