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\/"
    ]
}