Bitcoin Price Tracker

Get instant bitcoin price!

什么是Bitcoin Price Tracker?

Bitcoin Price Tracker是由tohuem开发的Chrome扩展程序,该扩展的主要功能是“Get instant bitcoin price!”。

扩展截图

screenshot

下载Bitcoin Price Tracker扩展crx文件

下载Bitcoin Price Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple Bitcoin price tracker that allows you to see the latest Bitcoin price from CoinDesk and Gemini as well as the previous price that you last tracked in USD. Toggle the Gemini/CoinDesk button to see the prices between the two sites.                    

扩展基本信息

名称 Bitcoin Price Tracker Bitcoin Price Tracker
ID mpgialbmpebikleajmfchkgjgjplnfjj
官方URL https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj
简介 Get instant bitcoin price!
文件大小 369 KB
安装次数 26
当前版本 1.1.5
更新时间 2017-08-28
上架时间 2017-08-28
评分 5.00/5 共2次评分
开发者 tohuem
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price Tracker",
    "description": "Get instant bitcoin price!",
    "version": "1.1.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/api.gemini.com\/v1\/pubticker\/btcusd",
        "http:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json"
    ]
}