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开发的Chrome扩展程序,该扩展的主要功能是“Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.”。

扩展截图

screenshot
screenshot

下载CEX.io Orders & Positions Lists扩展crx文件

下载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"
    }
}