Just Polkadot Ticker [PRO]

Super lightweight minimalist extension that displays the current Polkadot (DOT) Coin price in USD. Price pulled from Coingecko's v3…

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

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Super lightweight minimalist extension that displays the current Polkadot (DOT) Coin price in USD.
Price pulled from Coingecko's v3 API.

Other coins? 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:
BTC: 1DtTKJJosqgF4NzJHBqwMXGWoYwtpBoxpx                    

확장 프로그램 기본 정보

이름 Just Polkadot Ticker [PRO] Just Polkadot Ticker [PRO]
ID cmohhbkheacpenaieifolaffbldifdcb
공식 URL https://chromewebstore.google.com/detail/just-polkadot-ticker-pro/cmohhbkheacpenaieifolaffbldifdcb
설명 Super lightweight minimalist extension that displays the current Polkadot (DOT) Coin price in USD. Price pulled from Coingecko's v3…
파일 크기 19.46 KB
설치 횟수 48
현재 버전 3.0.0
최근 업데이트 2024-02-13
출시 날짜 2022-02-03
개발자 morocco
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cpte-org.github.io/
도움말 페이지 URL https://github.com/cpte-org/Crypto-price-ticker-extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Just Polkadot 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"
    }
}