Simple Bitcoin Ticker

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

什麼是Simple Bitcoin Ticker?

Simple Bitcoin Ticker是由ryaneof開發的Chrome擴展程式,該擴展的主要功能是“This extension shows latest price ticker of popular BTC trading markets.”。

擴展截圖

screenshot
screenshot

下載Simple Bitcoin Ticker擴展crx文件

下載Simple Bitcoin Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Simple Bitcoin Ticker Simple Bitcoin Ticker
ID jhbgelfndhaccioppbfadmjabloddnkg
官方網址 https://chrome.google.com/webstore/detail/simple-bitcoin-ticker/jhbgelfndhaccioppbfadmjabloddnkg
簡介 This extension shows latest price ticker of popular BTC trading markets.
檔案大小 85.94 KB
安裝次數 68
目前版本 0.0.2
更新時間 2015-10-01
上架時間 2015-10-01
評分 3.80/5 共 5 次評分
開發者 ryaneof
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ryaneof/simple-bitcoin-ticker
說明頁面URL https://github.com/ryaneof/simple-bitcoin-ticker
隱私政策頁面URL https://ryan.im
支援的語言 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\/"
    ]
}