Crypto.com - Better wallet

Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.

Crypto.com - Better wallet란 무엇입니까?

Crypto.com - Better wallet은(는) Nociv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Crypto.com - Better wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension add a select to display the value of your assets in different currency and display the token unit price.
The bitcoin price may not be real time updated so the amount may not 100% exact.

Absolutely not required. However, will be accepted as a token of appreciation.

BTC: 1K1BgNEcHdQpZGyqLGJw7HCv6fWPjLzJie
ETH (ERC20): 0xe88959092922a21a168d3772d1fb6d63e251f134
BEP20/BSC (ETH, BNB, ...): 0xe88959092922a21a168d3772d1fb6d63e251f134                    

확장 프로그램 기본 정보

이름 Crypto.com - Better wallet Crypto.com - Better wallet
ID gogdkpaddjgcpcnnmkgomikaoglbiobn
공식 URL https://chrome.google.com/webstore/detail/cryptocom-better-wallet/gogdkpaddjgcpcnnmkgomikaoglbiobn
설명 Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.
파일 크기 13 KB
설치 횟수 32
현재 버전 1.0.3
최근 업데이트 2021-12-23
출시 날짜 2021-11-09
평점 5.00/5 총 1 개의 평점
개발자 Nociv
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/damien-piedanna/crypto-com-better-wallet
도움말 페이지 URL https://github.com/damien-piedanna/crypto-com-better-wallet/issues
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto.com - Better wallet",
    "description": "__MSG_description__",
    "version": "1.0.3",
    "icons": {
        "128": "data\/img\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crypto.com\/exchange\/*"
            ],
            "js": [
                "data\/js\/better-wallet.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}