Gate Ticker

Easily catch up on exchanges on gate.io.

什麼是Gate Ticker?

Gate Ticker是由kreja開發的Chrome擴展程式,該擴展的主要功能是“Easily catch up on exchanges on gate.io.”。

擴展截圖

screenshot
screenshot

下載Gate Ticker擴展crx文件

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

擴展使用說明

                        Easily catch up on exchanges on gate.io.

1. set refresh interval
2. choose exchanges under all markets
3. set notification of target price

04/30/19 (2.0.1) - hotfix: adapt new data format of api
02/11/18 (2.0.0) - support setting notification of target price
02/01/18 (0.0.2) - support multi language(en and zh_CN); show configuration entry
01/29/18 (0.0.1) - show exchanges on Gate; support all exchanges                    

擴展基本資訊

名稱 Gate Ticker Gate Ticker
ID oagpmkjkbaiglagdbjmikkppogcjnahl
官方網址 https://chromewebstore.google.com/detail/gate-ticker/oagpmkjkbaiglagdbjmikkppogcjnahl
簡介 Easily catch up on exchanges on gate.io.
檔案大小 186 KB
安裝次數 222
目前版本 2.0.1
更新時間 2019-04-30
上架時間 2019-04-29
評分 5.00/5 共 1 次評分
開發者 kreja
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gate.io/signup/707518
說明頁面URL https://github.com/kreja/gate-ticker/issues
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.1",
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "index.html",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "",
        "notifications"
    ],
    "options_page": "options.html"
}