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 |
| 官方URL | 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"
} | |