OKEx Assistant
OKEx网站辅助工具
OKEx Assistant란 무엇입니까?
OKEx Assistant은(는) Shaka Wu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OKEx网站辅助工具"입니다.
확장 프로그램 스크린샷
OKEx Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
OKEx网站辅助工具 主要功能: 1.鼠标悬停“资金管理”显示账户资产 2.币币简约交易页、币币全屏交易页,输入价格时提示"买入价高于卖一价"/ "卖出价低于买一价" 3.合约简约交易页、合约全屏交易页,显示当前合约价格相对现货指数价格的溢价率
확장 프로그램 기본 정보
이름 | OKEx Assistant |
ID | aknmpooaekngbbclhfdcolbekfalmjnm |
공식 URL | https://chromewebstore.google.com/detail/okex-assistant/aknmpooaekngbbclhfdcolbekfalmjnm |
설명 | OKEx网站辅助工具 |
파일 크기 | 12.05 KB |
설치 횟수 | 165 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2018-06-15 |
출시 날짜 | 2018-06-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Shaka Wu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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*" ] } ] } |