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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CEX.io Orders & Positions Lists

Λήψη αρχείων επέκτασης CEX.io Orders & Positions Lists σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CEX.io Orders & Positions Lists CEX.io Orders & Positions Lists
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"
    }
}