Gate Ticker

Easily catch up on exchanges on gate.io.

Gate Tickerคืออะไร?

Gate Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kreja และคุณลักษณะหลักของมันคือ "Easily catch up on exchanges on gate.io."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gate Ticker

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}