Ethereum Hoje
Veja a cotação do Ethereum através do DolarHoje.com/ethereum
Wat is Ethereum Hoje?
Ethereum Hoje is een Chrome-extensie ontwikkeld door https://dolarhoje.com, en de belangrijkste functie is "Veja a cotação do Ethereum através do DolarHoje.com/ethereum".
Extensie Screenshots
Download het CRX-bestand van de extensie Ethereum Hoje
Download Ethereum Hoje-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
A aplicação do DolarHoje.com/ethereum serve para calcular a cotação do ethereum em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)
É possível realizar a conversão do ethereum para o real através da barra de endereços:
- Digite ethereumhoje
- Aperte TAB
- Digite o valor em ethereum! Basisinformatie over de Extensie
| Naam | |
| ID | kfkmakbpfgmgeiajohdbdddbeikdkhkm |
| Officiële URL | https://chromewebstore.google.com/detail/ethereum-hoje/kfkmakbpfgmgeiajohdbdddbeikdkhkm |
| Beschrijving | Veja a cotação do Ethereum através do DolarHoje.com/ethereum |
| Bestandsgrootte | 17.91 KB |
| Aantal Installaties | 2,551 |
| Huidige Versie | 0.7 |
| Laatst Bijgewerkt | 2022-06-17 |
| Publicatiedatum | 2018-05-21 |
| Beoordeling | 4.67/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | https://dolarhoje.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://dolarhoje.com/ |
| Ondersteunde Talen | pt-BR |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ethereum Hoje",
"description": "Veja a cota\u00e7\u00e3o do Ethereum atrav\u00e9s do DolarHoje.com\/ethereum",
"version": "0.7",
"background": {
"page": "app.html"
},
"browser_action": {
"default_icon": "logo.png",
"default_title": "Ethereum Hoje"
},
"icons": {
"128": "logo.png"
},
"permissions": [
"http:\/\/DolarHoje.com\/",
"https:\/\/DolarHoje.com\/"
],
"omnibox": {
"keyword": "ethereumhoje"
},
"content_scripts": [
{
"matches": [
"http:\/\/dolarhoje.com\/ethereum\/",
"https:\/\/dolarhoje.com\/ethereum\/"
],
"js": [
"has_extension.js"
]
}
]
} | |