CryptoWire
CryptoWire displays the current ticker price of any currency on GDAX
什么是CryptoWire?
CryptoWire是由sachingoel开发的Chrome扩展程序,该扩展的主要功能是“CryptoWire displays the current ticker price of any currency on GDAX”。
扩展截图
下载CryptoWire扩展crx文件
下载CryptoWire扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CryptoWire displays the current ticker price for any of the currencies offered by GDAX conveniently in your browser window! Additionally, the background color changes based on the current GDAX price's difference from the Opening 24 hour price If you like this extension, feel free to donate some BTC to me: 17xCi6517B1HzJywsdES1rbcseLMoSSven Changelog --------------- Version 1.8.2 - Fixed memory leak Version 1.7.0 - Added support for Bitcoin Cash (BCH) Version 1.6.0 - Bug fix for displaying incorrect currency value after returning to browser window Version 1.5.0 - Allows users to choose which GDAX currency to display in extension: Bitcoin, Ethereum or Litecoin (BTC, ETH, LTC)
扩展基本信息
名称 | CryptoWire |
ID | fidmapppafelhanbficlpelfebcdanfh |
官方URL | https://chromewebstore.google.com/detail/cryptowire/fidmapppafelhanbficlpelfebcdanfh |
简介 | CryptoWire displays the current ticker price of any currency on GDAX |
文件大小 | 9.23 KB |
安装次数 | 35 |
当前版本 | 1.8.2 |
更新时间 | 2018-04-04 |
上架时间 | 2018-04-04 |
评分 | 3.50/5 共4次评分 |
开发者 | sachingoel |
付费类型 | free |
扩展官网 | https://github.com/sgoel/CryptoWire |
帮助页面URL | https://github.com/sgoel/CryptoWire |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoWire", "description": "CryptoWire displays the current ticker price of any currency on GDAX", "version": "1.8.2", "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "incognito": "spanning", "permissions": [ "storage" ] } |