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.
Was ist CEX.io Orders & Positions Lists?
CEX.io Orders & Positions Lists ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.".
Erweiterungsscreenshots
CEX.io Orders & Positions Lists-Erweiterungs-CRX-Datei herunterladen
Laden Sie CEX.io Orders & Positions Lists-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pdmkajkkpbchgbihmkjimghkbbnoomhp |
| Offizielle URL | https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp |
| Beschreibung | Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display. |
| Dateigröße | 21.21 KB |
| Installationsanzahl | 143 |
| Aktuelle Version | 0.1.1 |
| Letztes Update | 2018-08-27 |
| Veröffentlichungsdatum | 2018-08-27 |
| Bewertung | 4.13/5 Insgesamt 8 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |