Gate Ticker

Easily catch up on exchanges on gate.io.

Cos'è Gate Ticker?

Gate Ticker è un'estensione di Chrome sviluppata da kreja, e la sua funzione principale è "Easily catch up on exchanges on gate.io.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gate Ticker

Scarica i file di estensione Gate Ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Gate Ticker Gate Ticker
ID oagpmkjkbaiglagdbjmikkppogcjnahl
URL Ufficiale https://chromewebstore.google.com/detail/gate-ticker/oagpmkjkbaiglagdbjmikkppogcjnahl
Descrizione Easily catch up on exchanges on gate.io.
Dimensione del File 186 KB
Conteggio Installazioni 222
Versione Corrente 2.0.1
Ultimo Aggiornamento 2019-04-30
Data di Pubblicazione 2019-04-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kreja
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gate.io/signup/707518
URL della Pagina di Aiuto https://github.com/kreja/gate-ticker/issues
Lingue Supportate 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"
}