Dólar Hoje

Veja a cotação do Dólar através do DolarHoje.com

What is Dólar Hoje?

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

Extension Screenshots

screenshot
screenshot
screenshot

Download Dólar Hoje Extension CRX File

Download Dólar 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 serve para calcular a cotação do dólar em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)

É possível realizar a conversão do dólar americano para o real através da barra de endereços: 
 - Digite dolarhoje
 - Aperte TAB
 - Digite o valor em dólar!                    

Extension Basic Information

Name Dólar Hoje Dólar Hoje
ID eemaaomlfllldamnpoajaedaemnblgal
Official URL https://chromewebstore.google.com/detail/d%C3%B3lar-hoje/eemaaomlfllldamnpoajaedaemnblgal
Description Veja a cotação do Dólar através do DolarHoje.com
File Size 20.03 KB
Installation Count 70,528
Current Version 0.47
Last Updated 2022-06-17
Publish Date 2018-05-21
Rating 4.65/5 Total 339 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": "D\u00f3lar Hoje",
    "description": "Veja a cota\u00e7\u00e3o do D\u00f3lar atrav\u00e9s do DolarHoje.com",
    "version": "0.47",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "D\u00f3lar Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/DolarHoje.com\/",
        "http:\/\/api.DolarHoje.com\/",
        "https:\/\/DolarHoje.com\/"
    ],
    "omnibox": {
        "keyword": "dolarhoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dolarhoje.com\/",
                "http:\/\/dolarhoje.com\/",
                "https:\/\/dolarhoje.com\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}