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.
Vad är CEX.io Orders & Positions Lists?
CEX.io Orders & Positions Lists är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.".
Tilläggsskärmbilder
Ladda ner CEX.io Orders & Positions Lists-förlängningens CRX-fil
Ladda ner CEX.io Orders & Positions Lists-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | pdmkajkkpbchgbihmkjimghkbbnoomhp |
Officiell webbadress | https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp |
Beskrivning | Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display. |
Filstorlek | 21.21 KB |
Antal Installationer | 143 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2018-08-27 |
Publiceringsdatum | 2018-08-27 |
Betyg | 4.13/5 Totalt 8 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } } |