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 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CEX.io Orders & Positions Lists एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |