Gate Ticker

Easily catch up on exchanges on gate.io.

Qu'est-ce que Gate Ticker ?

Gate Ticker est une extension Chrome développée par kreja, et sa fonction principale est "Easily catch up on exchanges on gate.io.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gate Ticker

Téléchargez les fichiers d'extension Gate Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Gate Ticker Gate Ticker
ID oagpmkjkbaiglagdbjmikkppogcjnahl
URL Officiel https://chromewebstore.google.com/detail/gate-ticker/oagpmkjkbaiglagdbjmikkppogcjnahl
Description Easily catch up on exchanges on gate.io.
Taille du Fichier 186 KB
Nombre d'Installations 222
Version Actuelle 2.0.1
Dernière Mise à Jour 2019-04-30
Date de Publication 2019-04-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur kreja
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gate.io/signup/707518
URL de la Page d'Aide https://github.com/kreja/gate-ticker/issues
Langues Prises en Charge 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"
}