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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}