Improved Bittrex

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

Qu'est-ce que Improved Bittrex ?

Improved Bittrex est une extension Chrome développée par Marvin, et sa fonction principale est "Real-time(!!) TradingView Charts with drawing tools and technical indicators.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Improved Bittrex

Téléchargez les fichiers d'extension Improved Bittrex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Improved Bittrex Improved Bittrex
ID objgonilomonlmlfhgdaedghadgndkpm
URL Officiel https://chromewebstore.google.com/detail/improved-bittrex/objgonilomonlmlfhgdaedghadgndkpm
Description Real-time(!!) TradingView Charts with drawing tools and technical indicators.
Taille du Fichier 1.31 MB
Nombre d'Installations 108
Version Actuelle 1.1
Dernière Mise à Jour 2017-10-26
Date de Publication 2017-10-25
Évaluation 4.75/5 Total 8 Évaluations
Développeur Marvin
Type de Paiement free
Langues Prises en Charge 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"
    ]
}