Just Cardano Ticker [PRO]

Super lightweight minimalist extension that displays the current Cardano price in USD. Bitcoin price pulled from Coingecko's v3…

Just Cardano Ticker [PRO]란 무엇입니까?

Just Cardano Ticker [PRO]은(는) https://nfl0.codes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Super lightweight minimalist extension that displays the current Cardano price in USD. Bitcoin price pulled from Coingecko's v3…"입니다.

확장 프로그램 스크린샷

screenshot

Just Cardano Ticker [PRO] 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Super lightweight minimalist extension that displays the current Cardano price in USD.
Bitcoin price pulled from Coingecko's v3 API.

Other altcoins? Download here -> https://cpte-org.github.io/
------------------
Code here: https://github.com/cpte-org/Crypto-price-ticker-extension
If you like this feel free to donate:
ADA: addr1q8h0we90q0n0zp8aupqxa662c43dvh04s7npu5yj9vltjm5jfsxx4s2ycuxm5629natextfld9cs54ms47carfk8r74q763jvs
BTC: 1DtTKJJosqgF4NzJHBqwMXGWoYwtpBoxpx
ETH address: www.accepte.eth ||0x3AF9fE35D280ADA5a5edB1BEf3ED872a3231d73C                    

확장 프로그램 기본 정보

이름 Just Cardano Ticker [PRO] Just Cardano Ticker [PRO]
ID acfodajggdfhmkgalgjijpbnpgnhpdeo
공식 URL https://chromewebstore.google.com/detail/just-cardano-ticker-pro/acfodajggdfhmkgalgjijpbnpgnhpdeo
설명 Super lightweight minimalist extension that displays the current Cardano price in USD. Bitcoin price pulled from Coingecko's v3…
파일 크기 28.16 KB
설치 횟수 77
현재 버전 3.0.0
최근 업데이트 2024-02-13
출시 날짜 2020-11-01
평점 5.00/5 총 1 개의 평점
개발자 https://nfl0.codes
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://gitlab.com/nfl0/crypto-price-ticker-extension/-/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Just Cardano Ticker [PRO]",
    "version": "3.0.0",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_icon": "icon-48.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}