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
官方網址 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\/"
    ]
}