GDAX Amplifier
Adds additional calculations and functionality to the GDAX trading view
GDAX Amplifierคืออะไร?
GDAX Amplifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blockfreaks.com และคุณลักษณะหลักของมันคือ "Adds additional calculations and functionality to the GDAX trading view"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GDAX Amplifier
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |