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.
Apa itu CEX.io Orders & Positions Lists?
CEX.io Orders & Positions Lists adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CEX.io Orders & Positions Lists
Unduh file ekstensi CEX.io Orders & Positions Lists dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pdmkajkkpbchgbihmkjimghkbbnoomhp |
URL Resmi | https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp |
Deskripsi | Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display. |
Ukuran File | 21.21 KB |
Jumlah Instalasi | 143 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2018-08-27 |
Tanggal Publikasi | 2018-08-27 |
Penilaian | 4.13/5 Total 8 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |