Huobi market
An open source fire currency market assistant browser extension
Huobi market란 무엇입니까?
Huobi market은(는) ilovecqr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An open source fire currency market assistant browser extension"입니다.
확장 프로그램 스크린샷
Huobi market 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Huobi market assistant, real-time view your attention to the currency, help you quickly access to real-time data An open source plug-in, you can be used to view the real-time net value of your currency, you can freely increase or decrease the choice of currency. Main functions: - Real-time net beacon reminder - Supports all the currencies supported by Huobi - Real-time update of the opening price, latest price, lowest price, highest price, trading volume, trading volume and other data of the selected currency - Customize the display field of the list of currencies - Supports bulk addition of self-selected currencies - Support red up, green down/green up, red down - Supports the list to be placed on top of the choice of currency - Supports sorting of list data of optional currency - Internationalization support (currently supported in Chinese/English) - Support drag and drop adjustment of table column width - Support synchronization of data cache across devices - Support configuration file import/export function
확장 프로그램 기본 정보
이름 | Huobi market |
ID | lgeilhhjnhcjlmlohhlpedhgddddgebh |
공식 URL | https://chromewebstore.google.com/detail/huobi-market/lgeilhhjnhcjlmlohhlpedhgddddgebh |
설명 | An open source fire currency market assistant browser extension |
파일 크기 | 2.98 MB |
설치 횟수 | 620 |
현재 버전 | 1.6.1 |
최근 업데이트 | 2021-03-31 |
출시 날짜 | 2021-03-05 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | ilovecqr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jsonwu5/huobi-market |
도움말 페이지 URL | https://github.com/jsonwu5/huobi-market/issues |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/github.com\/jsonwu5\/huobi-market", "description": "__MSG_extDes__", "default_locale": "zh_CN", "permissions": [ "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extDefTitle__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "1.6.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |