Huobi market

An open source fire currency market assistant browser extension

Huobi market क्या है?

Huobi market ilovecqr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An open source fire currency market assistant browser extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Huobi market एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}