Gate Ticker
Easily catch up on exchanges on gate.io.
Apa itu Gate Ticker?
Gate Ticker adalah ekstensi Chrome yang dikembangkan oleh kreja, dan fitur utamanya adalah "Easily catch up on exchanges on gate.io.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gate Ticker
Unduh file ekstensi Gate Ticker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | oagpmkjkbaiglagdbjmikkppogcjnahl |
| URL Resmi | https://chromewebstore.google.com/detail/gate-ticker/oagpmkjkbaiglagdbjmikkppogcjnahl |
| Deskripsi | Easily catch up on exchanges on gate.io. |
| Ukuran File | 186 KB |
| Jumlah Instalasi | 222 |
| Versi Saat Ini | 2.0.1 |
| Terakhir Diperbarui | 2019-04-30 |
| Tanggal Publikasi | 2019-04-29 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | kreja |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://gate.io/signup/707518 |
| URL Halaman Bantuan | https://github.com/kreja/gate-ticker/issues |
| Bahasa yang Didukung | 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",
" | |