LTC Ticker | Litecoin Ticker

Litecoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.

LTC Ticker | Litecoin Ticker란 무엇입니까?

LTC Ticker | Litecoin Ticker은(는) Betonimig에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Litecoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

LTC Ticker | Litecoin Ticker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Litecoin Extension.
Litecoin and Token exchange price ticker.
Supported Markets/Exchanges: Binance, Bitfinex, Bittrex, CoinbasePro, Kraken and others ...
Alerts for when the ticker price between last value exceeds some user defined threshold.
 
Supported Pairs: ETH/LTC, LTC/USDT, LTC/USD, LTC/EUR, LTC/GBP, LTC/JPY, LTC/EOS and lot of currencies.                    

확장 프로그램 기본 정보

이름 LTC Ticker | Litecoin Ticker LTC Ticker | Litecoin Ticker
ID ddmojnnanggcjkfpjlaeabeeadejcmde
공식 URL https://chromewebstore.google.com/detail/ltc-ticker-litecoin-ticke/ddmojnnanggcjkfpjlaeabeeadejcmde
설명 Litecoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.
파일 크기 237 KB
설치 횟수 268
현재 버전 1.1.0.0
최근 업데이트 2023-05-29
출시 날짜 2019-03-10
평점 5.00/5 총 1 개의 평점
개발자 Betonimig
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Click to update price now"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/d33t3vvu2t2yu5.cloudfront.net\/tv.js; object-src 'self';",
    "description": "Litecoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "LTC Ticker | Litecoin Ticker",
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "http:\/\/allcrypto.info\/*"
    ],
    "short_name": "LTC Ticker",
    "version": "1.1.0.0"
}