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.
O que é CEX.io Orders & Positions Lists?
CEX.io Orders & Positions Lists é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CEX.io Orders & Positions Lists
Baixe arquivos de extensão CEX.io Orders & Positions Lists no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pdmkajkkpbchgbihmkjimghkbbnoomhp |
URL Oficial | https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp |
Descrição | Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display. |
Tamanho do Arquivo | 21.21 KB |
Contagem de Instalações | 143 |
Versão Atual | 0.1.1 |
Última Atualização | 2018-08-27 |
Data de Publicação | 2018-08-27 |
Classificação | 4.13/5 Total de 8 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |