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
Eメール [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"
            ]
        }
    ]
}