火币行情 - Huobi
火币BTC,LTC,Bitvc期货实时行情,比特币,莱特币最高最低最新价.
What is 火币行情 - Huobi?
火币行情 - Huobi is a Chrome extension developed by andy.keh, and its main feature is "火币BTC,LTC,Bitvc期货实时行情,比特币,莱特币最高最低最新价.".
Extension Screenshots
Download 火币行情 - Huobi Extension CRX File
Download 火币行情 - Huobi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
V1.1
----------------
增加Bitvc期货行情等..
V1.0
----------------
使用火币WebSocket行情接口实时同步显示当前比特币莱特币当前、最低、最高价 Extension Basic Information
| Name | |
| ID | pfocnoeidbfjnjddchdeomgbhnhcmmfk |
| Official URL | https://chromewebstore.google.com/detail/%E7%81%AB%E5%B8%81%E8%A1%8C%E6%83%85-huobi/pfocnoeidbfjnjddchdeomgbhnhcmmfk |
| Description | 火币BTC,LTC,Bitvc期货实时行情,比特币,莱特币最高最低最新价. |
| File Size | 74.41 KB |
| Installation Count | 46 |
| Current Version | 1.1.15312.7 |
| Last Updated | 2015-03-12 |
| Publish Date | 2015-03-12 |
| Rating | 4.33/5 Total 3 Ratings |
| Developer | andy.keh |
| Payment Type | free |
| Extension Website | http://www.huobi.com |
| Supported Languages | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u706b\u5e01\u884c\u60c5 - Huobi",
"description": "\u706b\u5e01BTC,LTC,Bitvc\u671f\u8d27\u5b9e\u65f6\u884c\u60c5,\u6bd4\u7279\u5e01\uff0c\u83b1\u7279\u5e01\u6700\u9ad8\u6700\u4f4e\u6700\u65b0\u4ef7.",
"short_name": "Huobi Market",
"version": "1.1.15312.7",
"permissions": [
"notifications"
],
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_48.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"jquery.min.js",
"socket.io.min.js",
"app1.1.min.js"
]
}
} | |