Improved Bittrex

Real-time(!!) TradingView Charts with drawing tools and technical indicators.

Wat is Improved Bittrex?

Improved Bittrex is een Chrome-extensie ontwikkeld door Marvin, en de belangrijkste functie is "Real-time(!!) TradingView Charts with drawing tools and technical indicators.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Improved Bittrex

Download Improved Bittrex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Improved Bittrex Improved Bittrex
ID objgonilomonlmlfhgdaedghadgndkpm
Officiële URL https://chromewebstore.google.com/detail/improved-bittrex/objgonilomonlmlfhgdaedghadgndkpm
Beschrijving Real-time(!!) TradingView Charts with drawing tools and technical indicators.
Bestandsgrootte 1.31 MB
Aantal Installaties 108
Huidige Versie 1.1
Laatst Bijgewerkt 2017-10-26
Publicatiedatum 2017-10-25
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar Marvin
Betalingswijze free
Ondersteunde Talen 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"
    ]
}