Improved Bittrex
Real-time(!!) TradingView Charts with drawing tools and technical indicators.
Cos'è Improved Bittrex?
Improved Bittrex è un'estensione di Chrome sviluppata da Marvin, e la sua funzione principale è "Real-time(!!) TradingView Charts with drawing tools and technical indicators.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Improved Bittrex
Scarica i file di estensione Improved Bittrex in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Improved Bittrex |
ID | objgonilomonlmlfhgdaedghadgndkpm |
URL Ufficiale | https://chromewebstore.google.com/detail/improved-bittrex/objgonilomonlmlfhgdaedghadgndkpm |
Descrizione | Real-time(!!) TradingView Charts with drawing tools and technical indicators. |
Dimensione del File | 1.31 MB |
Conteggio Installazioni | 108 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-10-26 |
Data di Pubblicazione | 2017-10-25 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | Marvin |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |