Ethereum Tracker - Euro Price (ETHEUR)

Real-time Ethereum Euro price tracker !

Wat is Ethereum Tracker - Euro Price (ETHEUR)?

Ethereum Tracker - Euro Price (ETHEUR) is een Chrome-extensie ontwikkeld door HamsterApps, en de belangrijkste functie is "Real-time Ethereum Euro price tracker !".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ethereum Tracker - Euro Price (ETHEUR)

Download Ethereum Tracker - Euro Price (ETHEUR)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ethereum Tracker - Euro Price (ETHEUR) Ethereum Tracker - Euro Price (ETHEUR)
ID mblpipfoicjgcokcnnmbebnlooldfdjc
Officiële URL https://chromewebstore.google.com/detail/ethereum-tracker-euro-pri/mblpipfoicjgcokcnnmbebnlooldfdjc
Beschrijving Real-time Ethereum Euro price tracker !
Bestandsgrootte 18.8 KB
Aantal Installaties 75
Huidige Versie 0.4
Laatst Bijgewerkt 2017-05-04
Publicatiedatum 2017-05-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar HamsterApps
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://raphlight.free.fr
Ondersteunde Talen 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"
}