Ethereum Tracker - Euro Price (ETHEUR)

Real-time Ethereum Euro price tracker !

Cos'è Ethereum Tracker - Euro Price (ETHEUR)?

Ethereum Tracker - Euro Price (ETHEUR) è un'estensione di Chrome sviluppata da HamsterApps, e la sua funzione principale è "Real-time Ethereum Euro price tracker !".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ethereum Tracker - Euro Price (ETHEUR)

Scarica i file di estensione Ethereum Tracker - Euro Price (ETHEUR) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ethereum Tracker - Euro Price (ETHEUR) Ethereum Tracker - Euro Price (ETHEUR)
ID mblpipfoicjgcokcnnmbebnlooldfdjc
URL Ufficiale https://chromewebstore.google.com/detail/ethereum-tracker-euro-pri/mblpipfoicjgcokcnnmbebnlooldfdjc
Descrizione Real-time Ethereum Euro price tracker !
Dimensione del File 18.8 KB
Conteggio Installazioni 75
Versione Corrente 0.4
Ultimo Aggiornamento 2017-05-04
Data di Pubblicazione 2017-05-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore HamsterApps
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://raphlight.free.fr
Lingue Supportate 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"
}