OKEx Assistant

OKEx网站辅助工具

Wat is OKEx Assistant?

OKEx Assistant is een Chrome-extensie ontwikkeld door Shaka Wu, en de belangrijkste functie is "OKEx网站辅助工具".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OKEx Assistant

Download OKEx Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        OKEx网站辅助工具
主要功能:
1.鼠标悬停“资金管理”显示账户资产
2.币币简约交易页、币币全屏交易页,输入价格时提示"买入价高于卖一价"/ "卖出价低于买一价"
3.合约简约交易页、合约全屏交易页,显示当前合约价格相对现货指数价格的溢价率                    

Basisinformatie over de Extensie

Naam OKEx Assistant OKEx Assistant
ID aknmpooaekngbbclhfdcolbekfalmjnm
Officiële URL https://chromewebstore.google.com/detail/okex-assistant/aknmpooaekngbbclhfdcolbekfalmjnm
Beschrijving OKEx网站辅助工具
Bestandsgrootte 12.05 KB
Aantal Installaties 165
Huidige Versie 0.1.0
Laatst Bijgewerkt 2018-06-15
Publicatiedatum 2018-06-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Shaka Wu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OKEx Assistant",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "OKEx\u7f51\u7ad9\u8f85\u52a9\u5de5\u5177",
    "icons": {
        "96": "image\/icon96.png"
    },
    "page_action": {
        "default_title": "OKEx",
        "default_icon": "image\/icon96.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "script\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "matches": [
                "https:\/\/www.okex.com\/*"
            ],
            "exclude_globs": [
                "https:\/\/www.okex.com\/spot\/full*",
                "https:\/\/www.okex.com\/future\/full*"
            ]
        },
        {
            "js": [
                "script\/spot-trade.js"
            ],
            "matches": [
                "https:\/\/www.okex.com\/spot\/trade*",
                "https:\/\/www.okex.com\/spot\/full*"
            ]
        },
        {
            "js": [
                "script\/future-trade.js"
            ],
            "css": [
                "css\/future.css"
            ],
            "matches": [
                "https:\/\/www.okex.com\/future\/trade*"
            ]
        },
        {
            "js": [
                "script\/future-full.js"
            ],
            "css": [
                "css\/future.css"
            ],
            "matches": [
                "https:\/\/www.okex.com\/future\/full*"
            ]
        }
    ]
}