GDAX Amplifier
Adds additional calculations and functionality to the GDAX trading view
GDAX Amplifier là gì?
GDAX Amplifier là một tiện ích mở rộng Chrome được phát triển bởi https://blockfreaks.com, và tính năng chính của nó là "Adds additional calculations and functionality to the GDAX trading view".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GDAX Amplifier
Tải xuống các tệp mở rộng GDAX Amplifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GDAX Amplifier |
ID | bhchiejkojgnpofajpaldnaphfcdmhdp |
URL Chính Thức | https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp |
Mô tả | Adds additional calculations and functionality to the GDAX trading view |
Kích Thước Tệp | 99.5 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2018-03-20 |
Ngày Phát Hành | 2018-03-20 |
Đánh Giá | 3.14/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://blockfreaks.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |