Simple Bitcoin Ticker

This extension shows latest price ticker of popular BTC trading markets.

What is Simple Bitcoin Ticker?

Simple Bitcoin Ticker is a Chrome extension developed by ryaneof, and its main feature is "This extension shows latest price ticker of popular BTC trading markets.".

Extension Screenshots

screenshot
screenshot

Download Simple Bitcoin Ticker Extension CRX File

Download Simple Bitcoin Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple Chrome Extension showing current Bitcoin price ticker. 

Supported BitCoin Markets:

- 796 Xchange
- Bitfinex
- Bitstamp
- BTC-E
- BTC100
- BTCC
- BTCTrade
- CHBTC
- Huobi
- OKCoin
- Yunbi                    

Extension Basic Information

Name Simple Bitcoin Ticker Simple Bitcoin Ticker
ID jhbgelfndhaccioppbfadmjabloddnkg
Official URL https://chrome.google.com/webstore/detail/simple-bitcoin-ticker/jhbgelfndhaccioppbfadmjabloddnkg
Description This extension shows latest price ticker of popular BTC trading markets.
File Size 85.94 KB
Installation Count 68
Current Version 0.0.2
Last Updated 2015-10-01
Publish Date 2015-10-01
Rating 3.80/5 Total 5 Ratings
Developer ryaneof
Email [email protected]
Payment Type free
Extension Website https://github.com/ryaneof/simple-bitcoin-ticker
Help Page URL https://github.com/ryaneof/simple-bitcoin-ticker
Privacy Policy Page URL https://ryan.im
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Bitcoin Ticker",
    "description": "This extension shows latest price ticker of popular BTC trading markets.",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/data.btcc.com\/",
        "https:\/\/www.bitstamp.net\/",
        "https:\/\/www.okcoin.cn\/",
        "http:\/\/api.chbtc.com\/",
        "https:\/\/btc-e.com\/",
        "http:\/\/market.huobi.com\/",
        "http:\/\/api.796.com\/",
        "http:\/\/www.btctrade.com\/",
        "https:\/\/www.btc100.com\/",
        "https:\/\/api.bitfinex.com\/",
        "https:\/\/yunbi.com\/"
    ]
}