Gate Ticker

Easily catch up on exchanges on gate.io.

O que é Gate Ticker?

Gate Ticker é uma extensão do Chrome desenvolvida por kreja, e sua principal característica é "Easily catch up on exchanges on gate.io.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Gate Ticker

Baixe arquivos de extensão Gate Ticker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Gate Ticker Gate Ticker
ID oagpmkjkbaiglagdbjmikkppogcjnahl
URL Oficial https://chromewebstore.google.com/detail/gate-ticker/oagpmkjkbaiglagdbjmikkppogcjnahl
Descrição Easily catch up on exchanges on gate.io.
Tamanho do Arquivo 186 KB
Contagem de Instalações 222
Versão Atual 2.0.1
Última Atualização 2019-04-30
Data de Publicação 2019-04-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor kreja
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gate.io/signup/707518
URL da Página de Ajuda https://github.com/kreja/gate-ticker/issues
Idiomas Suportados 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"
}