Ethereum Tracker - Euro Price (ETHEUR)
Real-time Ethereum Euro price tracker !
Qu'est-ce que Ethereum Tracker - Euro Price (ETHEUR) ?
Ethereum Tracker - Euro Price (ETHEUR) est une extension Chrome développée par HamsterApps, et sa fonction principale est "Real-time Ethereum Euro price tracker !".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ethereum Tracker - Euro Price (ETHEUR)
Téléchargez les fichiers d'extension Ethereum Tracker - Euro Price (ETHEUR) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Ethereum Tracker - Euro Price (ETHEUR) |
ID | mblpipfoicjgcokcnnmbebnlooldfdjc |
URL Officiel | https://chromewebstore.google.com/detail/ethereum-tracker-euro-pri/mblpipfoicjgcokcnnmbebnlooldfdjc |
Description | Real-time Ethereum Euro price tracker ! |
Taille du Fichier | 18.8 KB |
Nombre d'Installations | 75 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2017-05-04 |
Date de Publication | 2017-05-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | HamsterApps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://raphlight.free.fr |
Langues Prises en Charge | 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" } |