BTC Ticker | Bitcoin Ticker

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

BTC Ticker | Bitcoin Ticker란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BTC Ticker | Bitcoin Ticker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bitcoin and Token exchange price ticker extension.
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/BTC, BTC/USD, BTC/EUR, BTC/GBP, BTC/JPY and lot of currencies.                    

확장 프로그램 기본 정보

이름 BTC Ticker | Bitcoin Ticker BTC Ticker | Bitcoin Ticker
ID gidpkdpdnngpfohekcfkfjbkieeihekj
공식 URL https://chromewebstore.google.com/detail/btc-ticker-bitcoin-ticker/gidpkdpdnngpfohekcfkfjbkieeihekj
설명 Bitcoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.
파일 크기 248 KB
설치 횟수 4,000
현재 버전 1.4.0.1
최근 업데이트 2021-12-22
출시 날짜 2019-10-28
평점 3.90/5 총 52 개의 평점
개발자 Betonimig
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "BTC Ticker",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "options_page": "options.html",
    "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';",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "permissions": [
        "notifications",
        "http:\/\/allcrypto.info\/*"
    ],
    "version": "1.4.0.1"
}