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
Eメール [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"
}