Improved Bittrex

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

什麼是Improved Bittrex?

Improved Bittrex是由Marvin開發的Chrome擴展程式,該擴展的主要功能是“Real-time(!!) TradingView Charts with drawing tools and technical indicators.”。

擴展截圖

screenshot

下載Improved Bittrex擴展crx文件

下載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
官方網址 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"
    ]
}