Improved Bittrex
Real-time(!!) TradingView Charts with drawing tools and technical indicators.
什么是Improved Bittrex?
Improved Bittrex是由Marvin开发的Chrome扩展程序,该扩展的主要功能是“Real-time(!!) TradingView Charts with drawing tools and technical indicators.”。
扩展截图
下载Improved Bittrex扩展crx文件
下载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" ] } |