Gate Ticker
Easily catch up on exchanges on gate.io.
What is Gate Ticker?
Gate Ticker is a Chrome extension developed by kreja, and its main feature is "Easily catch up on exchanges on gate.io.".
Extension Screenshots
Download Gate Ticker Extension CRX File
Download Gate Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | oagpmkjkbaiglagdbjmikkppogcjnahl |
| Official URL | https://chromewebstore.google.com/detail/gate-ticker/oagpmkjkbaiglagdbjmikkppogcjnahl |
| Description | Easily catch up on exchanges on gate.io. |
| File Size | 186 KB |
| Installation Count | 222 |
| Current Version | 2.0.1 |
| Last Updated | 2019-04-30 |
| Publish Date | 2019-04-29 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | kreja |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://gate.io/signup/707518 |
| Help Page URL | https://github.com/kreja/gate-ticker/issues |
| Supported Languages | 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",
" | |