Ethereum Tracker - Euro Price (ETHEUR)
Real-time Ethereum Euro price tracker !
什麼是Ethereum Tracker - Euro Price (ETHEUR)?
Ethereum Tracker - Euro Price (ETHEUR)是由HamsterApps開發的Chrome擴展程式,該擴展的主要功能是“Real-time Ethereum Euro price tracker !”。
擴展截圖
下載Ethereum Tracker - Euro Price (ETHEUR)擴展crx文件
下載Ethereum Tracker - Euro Price (ETHEUR)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Track the Ethereum exchange rate in euros (ETHEUR) in real-time.
Features:
- See the current rate with only a glance, zero click required, auto-refresh.
- Intelligent notifications when huge increase/decrease. 擴展基本資訊
| 名稱 | |
| ID | mblpipfoicjgcokcnnmbebnlooldfdjc |
| 官方網址 | https://chromewebstore.google.com/detail/ethereum-tracker-euro-pri/mblpipfoicjgcokcnnmbebnlooldfdjc |
| 簡介 | Real-time Ethereum Euro price tracker ! |
| 檔案大小 | 18.8 KB |
| 安裝次數 | 75 |
| 目前版本 | 0.4 |
| 更新時間 | 2017-05-04 |
| 上架時間 | 2017-05-04 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | HamsterApps |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://raphlight.free.fr |
| 支援的語言 | en,fr |
| manifest.json | |
{
"author": "Rapha\u00ebl L\u00e9ger",
"background": {
"scripts": [
"js\/background.js",
"js\/popup.js"
]
},
"browser_action": {
"default_icon": "images\/icon48.png",
"default_popup": "popup.html"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"notifications",
"https:\/\/api.kraken.com\/0\/public\/Ticker"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.4"
} | |