Gate Ticker

Easily catch up on exchanges on gate.io.

Wat is Gate Ticker?

Gate Ticker is een Chrome-extensie ontwikkeld door kreja, en de belangrijkste functie is "Easily catch up on exchanges on gate.io.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Gate Ticker

Download Gate Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Gate Ticker Gate Ticker
ID oagpmkjkbaiglagdbjmikkppogcjnahl
Officiële URL https://chromewebstore.google.com/detail/gate-ticker/oagpmkjkbaiglagdbjmikkppogcjnahl
Beschrijving Easily catch up on exchanges on gate.io.
Bestandsgrootte 186 KB
Aantal Installaties 222
Huidige Versie 2.0.1
Laatst Bijgewerkt 2019-04-30
Publicatiedatum 2019-04-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar kreja
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gate.io/signup/707518
Help Pagina-URL https://github.com/kreja/gate-ticker/issues
Ondersteunde Talen 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"
}