Ethereum Tracker - Euro Price (ETHEUR)

Real-time Ethereum Euro price tracker !

¿Qué es Ethereum Tracker - Euro Price (ETHEUR)?

Ethereum Tracker - Euro Price (ETHEUR) es una extensión de Chrome desarrollada por HamsterApps, y su función principal es "Real-time Ethereum Euro price tracker !".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ethereum Tracker - Euro Price (ETHEUR)

Descarga archivos de extensión Ethereum Tracker - Euro Price (ETHEUR) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Ethereum Tracker - Euro Price (ETHEUR) Ethereum Tracker - Euro Price (ETHEUR)
ID mblpipfoicjgcokcnnmbebnlooldfdjc
URL Oficial https://chromewebstore.google.com/detail/ethereum-tracker-euro-pri/mblpipfoicjgcokcnnmbebnlooldfdjc
Descripción Real-time Ethereum Euro price tracker !
Tamaño del Archivo 18.8 KB
Cantidad de Instalaciones 75
Versión Actual 0.4
Última Actualización 2017-05-04
Fecha de Publicación 2017-05-04
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador HamsterApps
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://raphlight.free.fr
Idiomas Soportados 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"
}