Improved Bittrex

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

Was ist Improved Bittrex?

Improved Bittrex ist eine Chrome-Erweiterung, die von Marvin entwickelt wurde, und ihr Hauptmerkmal ist "Real-time(!!) TradingView Charts with drawing tools and technical indicators.".

Erweiterungsscreenshots

screenshot

Improved Bittrex-Erweiterungs-CRX-Datei herunterladen

Laden Sie Improved Bittrex-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Improved Bittrex Improved Bittrex
ID objgonilomonlmlfhgdaedghadgndkpm
Offizielle URL https://chromewebstore.google.com/detail/improved-bittrex/objgonilomonlmlfhgdaedghadgndkpm
Beschreibung Real-time(!!) TradingView Charts with drawing tools and technical indicators.
Dateigröße 1.31 MB
Installationsanzahl 108
Aktuelle Version 1.1
Letztes Update 2017-10-26
Veröffentlichungsdatum 2017-10-25
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler Marvin
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}