Improved Bittrex

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

Co to jest Improved Bittrex?

Improved Bittrex to rozszerzenie Chrome opracowane przez Marvin, a jego główną funkcją jest „Real-time(!!) TradingView Charts with drawing tools and technical indicators.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Improved Bittrex

Pobierz pliki rozszerzeń Improved Bittrex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Improved Bittrex Improved Bittrex
ID objgonilomonlmlfhgdaedghadgndkpm
Oficjalny URL https://chromewebstore.google.com/detail/improved-bittrex/objgonilomonlmlfhgdaedghadgndkpm
Opis Real-time(!!) TradingView Charts with drawing tools and technical indicators.
Rozmiar pliku 1.31 MB
Liczba instalacji 108
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-10-26
Data Publikacji 2017-10-25
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper Marvin
Typ Płatności free
Obsługiwane Języki 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"
    ]
}