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 là gì?

CEX.io Orders & Positions Lists là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CEX.io Orders & Positions Lists

Tải xuống các tệp mở rộng CEX.io Orders & Positions Lists dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CEX.io Orders & Positions Lists CEX.io Orders & Positions Lists
ID pdmkajkkpbchgbihmkjimghkbbnoomhp
URL Chính Thức https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp
Mô tả Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.
Kích Thước Tệp 21.21 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2018-08-27
Ngày Phát Hành 2018-08-27
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}