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"
    ]
}