Just Polygon Ticker [PRO]

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

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

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Super lightweight minimalist extension that displays the current Polygon (MATIC) 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
ETH address: www.accepte.eth ||0x3AF9fE35D280ADA5a5edB1BEf3ED872a3231d73C                    

확장 프로그램 기본 정보

이름 Just Polygon Ticker [PRO] Just Polygon Ticker [PRO]
ID ofgicionacifegbldflkoaamkibgonfd
공식 URL https://chromewebstore.google.com/detail/just-polygon-ticker-pro/ofgicionacifegbldflkoaamkibgonfd
설명 Super lightweight minimalist extension that displays the current Polygon (MATIC) Coin price in USD. Price pulled from Coingecko's…
파일 크기 21.5 KB
설치 횟수 19
현재 버전 3.0.0
최근 업데이트 2024-02-14
출시 날짜 2022-02-04
개발자 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 Polygon 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"
    }
}