CoinTicker

A configurable cryptocurrency ticker that includes price tracking for Bitcoin, Litecoin, Ethereum, and many more.

CoinTicker란 무엇입니까?

CoinTicker은(는) quoid에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A configurable cryptocurrency ticker that includes price tracking for Bitcoin, Litecoin, Ethereum, and many more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CoinTicker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CoinTicker is an open source, configurable, cryptocurrency price ticker. The extension features the ability to track over 1500 different crypto coins, from Bitcoin, Ethereum and Litecoin to the more obscure, like Garlicoin. It can reflect the price of a coin in 14 different currencies. The prices are updated every time you open the extension, so you can make sure you are getting the most up to date and accurate prices.

Prices can be reflected in the following fiat currencies: "AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK", "EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR".

You can also choose to show prices in BTC.

★ Free & Open source

★ Over 1500 different coins to track

★ Can show prices in 11 different fiat currencies and 3 different crypto currencies

Visit the extension repository to report issues/bugs, give feedback or to review the documentation. https://github.com/quoid/coin-ticker                    

확장 프로그램 기본 정보

이름 CoinTicker CoinTicker
ID heohpoipgmadpdmafmddijgdckhnhaml
공식 URL https://chromewebstore.google.com/detail/cointicker/heohpoipgmadpdmafmddijgdckhnhaml
설명 A configurable cryptocurrency ticker that includes price tracking for Bitcoin, Litecoin, Ethereum, and many more.
파일 크기 496 KB
설치 횟수 115
현재 버전 2.1.1
최근 업데이트 2018-03-16
출시 날짜 2018-03-16
평점 2.50/5 총 2 개의 평점
개발자 quoid
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoinTicker",
    "version": "2.1.1",
    "description": "A configurable cryptocurrency ticker that includes price tracking for Bitcoin, Litecoin, Ethereum, and many more.",
    "author": "Justin Wasack",
    "homepage_url": "https:\/\/github.com\/quoid\/coin-ticker",
    "icons": {
        "256": "Icon.png"
    },
    "browser_action": {
        "default_icon": "Icon.png",
        "default_title": "Open CoinTicker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}