OKEx Assistant
OKEx网站辅助工具
OKEx Assistant là gì?
OKEx Assistant là một tiện ích mở rộng Chrome được phát triển bởi Shaka Wu, và tính năng chính của nó là "OKEx网站辅助工具".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OKEx Assistant
Tải xuống các tệp mở rộng OKEx Assistant 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
OKEx网站辅助工具 主要功能: 1.鼠标悬停“资金管理”显示账户资产 2.币币简约交易页、币币全屏交易页,输入价格时提示"买入价高于卖一价"/ "卖出价低于买一价" 3.合约简约交易页、合约全屏交易页,显示当前合约价格相对现货指数价格的溢价率
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OKEx Assistant |
ID | aknmpooaekngbbclhfdcolbekfalmjnm |
URL Chính Thức | https://chromewebstore.google.com/detail/okex-assistant/aknmpooaekngbbclhfdcolbekfalmjnm |
Mô tả | OKEx网站辅助工具 |
Kích Thước Tệp | 12.05 KB |
Số Lần Cài Đặt | 165 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2018-06-15 |
Ngày Phát Hành | 2018-06-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Shaka Wu |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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*" ] } ] } |