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
公式URL 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
Eメール [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\/"
    ]
}