DeFiChain Wallet

DeFi Blockchain Light Wallet for Chrome.

DeFiChain Wallet란 무엇입니까?

DeFiChain Wallet은(는) mbochmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DeFi Blockchain Light Wallet for Chrome."입니다.

확장 프로그램 스크린샷

screenshot

DeFiChain Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Lightweight, instant access to Decentralized Finance for Bitcoin, at your fingertips.



This light wallet was compiled and published by the community from the original repository with some slight changes to fix UI issues. 

I don't take any responsibility for losses or other damages.

External API used: https://jellyfishsdk.com/ocean/ (endpoint: ocean.defichain.com)
Official website: https://defichain.com
Repository: https://github.com/DeFiCh/wallet
My twitter: https://twitter.com/tcc701                    

확장 프로그램 기본 정보

이름 DeFiChain Wallet DeFiChain Wallet
ID nfcifgkilclnhcmfhfengahbkjhbhnih
공식 URL https://chromewebstore.google.com/detail/defichain-wallet/nfcifgkilclnhcmfhfengahbkjhbhnih
설명 DeFi Blockchain Light Wallet for Chrome.
파일 크기 10.83 MB
설치 횟수 721
현재 버전 2.3.1
최근 업데이트 2022-09-12
출시 날짜 2022-08-29
개발자 mbochmann
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background_color": "#000000",
    "description": "DeFi Blockchain Light Wallet for Chrome.",
    "display": "standalone",
    "lang": "en",
    "name": "DeFiChain Wallet",
    "short_name": "DeFiChain Wallet",
    "start_url": "\/?utm_source=web_app_manifest",
    "orientation": "portrait",
    "related_applications": [
        {
            "platform": "play",
            "url": "http:\/\/play.google.com\/store\/apps\/details?id=com.defichain.app",
            "id": "com.defichain.app"
        }
    ],
    "prefer_related_applications": true,
    "version": "2.3.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "DeFi Blockchain Light Wallet"
    },
    "icons": {
        "16": "favicon-16.png",
        "32": "favicon-32.png",
        "144": ".\/pwa\/chrome-icon\/chrome-icon-144.png",
        "192": ".\/pwa\/chrome-icon\/chrome-icon-192.png",
        "512": ".\/pwa\/chrome-icon\/chrome-icon-512.png"
    }
}