Ethereum Hoje

Veja a cotação do Ethereum através do DolarHoje.com/ethereum

What is Ethereum Hoje?

Ethereum Hoje is a Chrome extension developed by https://dolarhoje.com, and its main feature is "Veja a cotação do Ethereum através do DolarHoje.com/ethereum".

Extension Screenshots

screenshot
screenshot

Download Ethereum Hoje Extension CRX File

Download Ethereum Hoje extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Ethereum Hoje Ethereum Hoje
ID kfkmakbpfgmgeiajohdbdddbeikdkhkm
Official URL https://chromewebstore.google.com/detail/ethereum-hoje/kfkmakbpfgmgeiajohdbdddbeikdkhkm
Description Veja a cotação do Ethereum através do DolarHoje.com/ethereum
File Size 17.91 KB
Installation Count 2,551
Current Version 0.7
Last Updated 2022-06-17
Publish Date 2018-05-21
Rating 4.67/5 Total 9 Ratings
Developer https://dolarhoje.com
Email [email protected]
Payment Type free
Extension Website https://dolarhoje.com/
Supported Languages 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"
            ]
        }
    ]
}