Improved Bittrex
Real-time(!!) TradingView Charts with drawing tools and technical indicators.
Improved Bittrexคืออะไร?
Improved Bittrex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marvin และคุณลักษณะหลักของมันคือ "Real-time(!!) TradingView Charts with drawing tools and technical indicators."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Improved Bittrex
ดาวน์โหลดไฟล์ส่วนขยาย Improved Bittrex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Be the first who knows where the market goes! This extension is feeding TradingView chart with real-time trade data directly from Bittrex websocket. Also, all drawings and technical indicators are saved in your browser's local storage so you won't lose them upon page reload. This is beta. Your feedback is appreciated.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Improved Bittrex |
ID | objgonilomonlmlfhgdaedghadgndkpm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/improved-bittrex/objgonilomonlmlfhgdaedghadgndkpm |
คำอธิบาย | Real-time(!!) TradingView Charts with drawing tools and technical indicators. |
ขนาดไฟล์ | 1.31 MB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-10-26 |
วันที่เผยแพร่ | 2017-10-25 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Marvin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Improved Bittrex", "version": "1.1", "description": "Real-time(!!) TradingView Charts with drawing tools and technical indicators.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/bittrex.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/bittrex.com\/*" ], "web_accessible_resources": [ "jquery-3.2.1.min.js", "charting_library\/*", "tv_chart.html", "main.js" ] } |