Bitcoin Price Ticker

Shows the latest prices and transactions from Bitstamp

Bitcoin Price Tickerとは何ですか?

Bitcoin Price TickerはNick Zeleiによって開発されたChromeの拡張機能で、その主な機能は「Shows the latest prices and transactions from Bitstamp」です。

拡張機能のスクリーンショット

screenshot

Bitcoin Price Ticker拡張機能のCRXファイルをダウンロード

Bitcoin Price Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quickly see the most relevant Bitcoin prices. Also shows the transactions from the past hour.

All data is pulled from www.bitstamp.net

Version 1.1.7 fix:
- Fixed min file include error

Version 1.1.6 changes:
- Set floating point to fixed decimal

Version 1.1.X changes:
- Updated styling to better center the main price

Version 1.1 changes:
- Substantial UI overhaul
- Now pulling in transactions from the last hour
- Other various pruning                    

拡張機能の基本情報

名前 Bitcoin Price Ticker Bitcoin Price Ticker
ID hbojnodgdgldmojbedldhdchcjhheeka
公式URL https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka
説明 Shows the latest prices and transactions from Bitstamp
ファイルサイズ 196 KB
インストール数 25
現在のバージョン 1.1.7
最終更新日 2016-03-14
公開日 2016-03-13
評価 5.00/5 合計 3 レビュー
開発者 Nick Zelei
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price Ticker",
    "short_name": "Bitcoin Prices",
    "description": "Shows the latest prices and transactions from Bitstamp",
    "version": "1.1.7",
    "browser_action": {
        "default_title": "Bitcoin Price Ticker",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/ticker\/",
        "https:\/\/www.bitstamp.net\/api\/transactions\/"
    ]
}