Improved Bittrex
Real-time(!!) TradingView Charts with drawing tools and technical indicators.
Improved Bittrex là gì?
Improved Bittrex là một tiện ích mở rộng Chrome được phát triển bởi Marvin, và tính năng chính của nó là "Real-time(!!) TradingView Charts with drawing tools and technical indicators.".
Ả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 Improved Bittrex
Tải xuống các tệp mở rộng Improved Bittrex 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Improved Bittrex |
ID | objgonilomonlmlfhgdaedghadgndkpm |
URL Chính Thức | https://chromewebstore.google.com/detail/improved-bittrex/objgonilomonlmlfhgdaedghadgndkpm |
Mô tả | Real-time(!!) TradingView Charts with drawing tools and technical indicators. |
Kích Thước Tệp | 1.31 MB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-10-26 |
Ngày Phát Hành | 2017-10-25 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Marvin |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |