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文件

下载CoinTicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}