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.”。
扩展截图
下载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
扩展基本信息
名称 | |
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 |
电子邮箱 | [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\/" ] } |