Simple Bitcoin Ticker

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

Wat is Simple Bitcoin Ticker?

Simple Bitcoin Ticker is een Chrome-extensie ontwikkeld door ryaneof, en de belangrijkste functie is "This extension shows latest price ticker of popular BTC trading markets.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple Bitcoin Ticker

Download Simple Bitcoin Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Simple Bitcoin Ticker Simple Bitcoin Ticker
ID jhbgelfndhaccioppbfadmjabloddnkg
Officiële URL https://chrome.google.com/webstore/detail/simple-bitcoin-ticker/jhbgelfndhaccioppbfadmjabloddnkg
Beschrijving This extension shows latest price ticker of popular BTC trading markets.
Bestandsgrootte 85.94 KB
Aantal Installaties 68
Huidige Versie 0.0.2
Laatst Bijgewerkt 2015-10-01
Publicatiedatum 2015-10-01
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar ryaneof
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ryaneof/simple-bitcoin-ticker
Help Pagina-URL https://github.com/ryaneof/simple-bitcoin-ticker
URL van de Privacybeleid Pagina https://ryan.im
Ondersteunde Talen 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\/"
    ]
}