Improved Bittrex
Real-time(!!) TradingView Charts with drawing tools and technical indicators.
Improved Bittrex क्या है?
Improved Bittrex Marvin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real-time(!!) TradingView Charts with drawing tools and technical indicators."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Improved Bittrex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |