CEX.io Orders & Positions Lists
Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.
什麼是CEX.io Orders & Positions Lists?
CEX.io Orders & Positions Lists是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.”。
擴展截圖
下載CEX.io Orders & Positions Lists擴展crx文件
下載CEX.io Orders & Positions Lists擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CEX.io Orders & Positions brings UI improvements for your limit orders and margin trading positions table-lists: * displays profit/loss summary info for all margin trading positions * no scroll - view full table-list of your orders/positions PRIVACY NOTE! CEX.io Orders & Positions extension does not access, collect, process or use your confidential data! Only works with page HTML. Feel free to contact me with any suggestions and propositions.
擴展基本資訊
名稱 | |
ID | pdmkajkkpbchgbihmkjimghkbbnoomhp |
官方網址 | https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp |
簡介 | Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display. |
檔案大小 | 21.21 KB |
安裝次數 | 143 |
目前版本 | 0.1.1 |
更新時間 | 2018-08-27 |
上架時間 | 2018-08-27 |
評分 | 4.13/5 共 8 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CEX.io Orders & Positions Lists", "short_name": "CEX Lists", "description": "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit\/loss total display.", "version": "0.1.1", "author": "Anton Lysenko", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.cex.io\/trade\/*" ], "css": [ "orders.css" ], "js": [ "total.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon-48.png" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" } } |