Improved Bittrex

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

Τι είναι το Improved Bittrex;

Το Improved Bittrex είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marvin, και η κύρια λειτουργία του είναι "Real-time(!!) TradingView Charts with drawing tools and technical indicators.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Improved Bittrex

Λήψη αρχείων επέκτασης 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 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"
    ]
}