TradingLite Enhanced

TradingLite Enhanced with 3D Orderbooks (BionicTrader).

什么是TradingLite Enhanced?

TradingLite Enhanced是由http://blinkdrivex.com开发的Chrome扩展程序,该扩展的主要功能是“TradingLite Enhanced with 3D Orderbooks (BionicTrader).”。

扩展截图

screenshot
screenshot

下载TradingLite Enhanced扩展crx文件

下载TradingLite Enhanced扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TradingLite (https://tradinglite.com) Enhanced with 3D Orderbooks (BionicTrader).
A button (bottom-right side panel) gets inserted in the TradingLite UI, making it possible to activate the 3D Orderbook.
The 3D Orderbook comes from BionicTrader https://bionictrader.io .

The extension is supposed to work on urls starting with  https://tradinglite.com .
Currently, an account is required to access TradingLite.
The newly created account (beta) will have free access for 30 days.
A new account can be created here: https://tradinglite.com/signup .                    

扩展基本信息

名称 TradingLite Enhanced TradingLite Enhanced
ID kilinafkhanldohhapmjebepefobppbc
官方URL https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc
简介 TradingLite Enhanced with 3D Orderbooks (BionicTrader).
文件大小 13.05 KB
安装次数 37
当前版本 1.0.2.1
更新时间 2020-12-20
上架时间 2020-05-17
开发者 http://blinkdrivex.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://blinkdrivex.com
帮助页面URL https://blinkdrivex.com/support/
隐私政策页面URL https://blinkdrivex.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TradingLite Enhanced",
    "version": "1.0.2.1",
    "description": "TradingLite Enhanced with 3D Orderbooks (BionicTrader).",
    "icons": {
        "128": "icons\/TradingLite-Enhanced.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tradinglite.com\/chart\/*",
                "*:\/\/*.tradinglite.com\/chart\/*"
            ],
            "js": [
                "TradingLite-Enhanced.js"
            ]
        }
    ]
}