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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |