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.

Co je CEX.io Orders & Positions Lists?

CEX.io Orders & Positions Lists je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření CEX.io Orders & Positions Lists

Stáhněte si soubory rozšíření CEX.io Orders & Positions Lists ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CEX.io Orders & Positions Lists CEX.io Orders & Positions Lists
ID pdmkajkkpbchgbihmkjimghkbbnoomhp
Oficiální URL https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp
Popis Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.
Velikost souboru 21.21 KB
Počet instalací 143
Aktuální Verze 0.1.1
Poslední Aktualizace 2018-08-27
Datum Vydání 2018-08-27
Hodnocení 4.13/5 Celkem 8 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    }
}