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.
ما هو CEX.io Orders & Positions Lists؟
CEX.io Orders & Positions Lists هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CEX.io Orders & Positions Lists
قم بتنزيل ملفات الامتداد CEX.io Orders & Positions Lists بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | pdmkajkkpbchgbihmkjimghkbbnoomhp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp |
الوصف | Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display. |
حجم الملف | 21.21 KB |
عدد التثبيتات | 143 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2018-08-27 |
تاريخ النشر | 2018-08-27 |
تقييم | 4.13/5 مجموع تقييمات 8 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | 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" } } |