Ethereum Tracker - Euro Price (ETHEUR)
Real-time Ethereum Euro price tracker !
O que é Ethereum Tracker - Euro Price (ETHEUR)?
Ethereum Tracker - Euro Price (ETHEUR) é uma extensão do Chrome desenvolvida por HamsterApps, e sua principal característica é "Real-time Ethereum Euro price tracker !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ethereum Tracker - Euro Price (ETHEUR)
Baixe arquivos de extensão Ethereum Tracker - Euro Price (ETHEUR) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Ethereum Tracker - Euro Price (ETHEUR) |
ID | mblpipfoicjgcokcnnmbebnlooldfdjc |
URL Oficial | https://chromewebstore.google.com/detail/ethereum-tracker-euro-pri/mblpipfoicjgcokcnnmbebnlooldfdjc |
Descrição | Real-time Ethereum Euro price tracker ! |
Tamanho do Arquivo | 18.8 KB |
Contagem de Instalações | 75 |
Versão Atual | 0.4 |
Última Atualização | 2017-05-04 |
Data de Publicação | 2017-05-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | HamsterApps |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://raphlight.free.fr |
Idiomas Suportados | 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" } |