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
官方URL 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"
}