TradingLite Enhanced
TradingLite Enhanced with 3D Orderbooks (BionicTrader).
什麼是TradingLite Enhanced?
TradingLite Enhanced是由http://blinkdrivex.com開發的Chrome擴展程式,該擴展的主要功能是“TradingLite Enhanced with 3D Orderbooks (BionicTrader).”。
擴展截圖
下載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 .
擴展基本資訊
名稱 | |
ID | kilinafkhanldohhapmjebepefobppbc |
官方網址 | 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" ] } ] } |