GDAX Amplifier
Adds additional calculations and functionality to the GDAX trading view
什么是GDAX Amplifier?
GDAX Amplifier是由https://blockfreaks.com开发的Chrome扩展程序,该扩展的主要功能是“Adds additional calculations and functionality to the GDAX trading view”。
扩展截图
下载GDAX Amplifier扩展crx文件
下载GDAX Amplifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | GDAX Amplifier |
ID | bhchiejkojgnpofajpaldnaphfcdmhdp |
官方URL | https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp |
简介 | Adds additional calculations and functionality to the GDAX trading view |
文件大小 | 99.5 KB |
安装次数 | 67 |
当前版本 | 0.0.3 |
更新时间 | 2018-03-20 |
上架时间 | 2018-03-20 |
评分 | 3.14/5 共7次评分 |
开发者 | https://blockfreaks.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GDAX Amplifier", "version": "0.0.3", "manifest_version": 2, "description": "Adds additional calculations and functionality to the GDAX trading view", "homepage_url": "https:\/\/blockfreaks.com\/", "icons": { "16": "icons\/candlestick16.png", "48": "icons\/candlestick48.png", "128": "icons\/candlestick128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/www.gdax.com\/trade\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.gdax.com\/trade\/ETH-USD", "https:\/\/www.gdax.com\/trade\/BTC-USD", "https:\/\/www.gdax.com\/trade\/LTC-USD" ], "js": [ "src\/inject\/jquery-2.2.4.min.js", "src\/inject\/inject.js" ] } ] } |