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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Huobi market擴展crx文件

下載Huobi market擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Huobi market
ID lgeilhhjnhcjlmlohhlpedhgddddgebh
官方網址 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'"
}