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.
Qu'est-ce que CEX.io Orders & Positions Lists ?
CEX.io Orders & Positions Lists est une extension Chrome développée par Unknown, et sa fonction principale est "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CEX.io Orders & Positions Lists
Téléchargez les fichiers d'extension CEX.io Orders & Positions Lists au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pdmkajkkpbchgbihmkjimghkbbnoomhp |
URL Officiel | https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp |
Description | Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display. |
Taille du Fichier | 21.21 KB |
Nombre d'Installations | 143 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2018-08-27 |
Date de Publication | 2018-08-27 |
Évaluation | 4.13/5 Total 8 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |