Dash Hoje

Veja a cotação do Dash através do DolarHoje.com/dash

What is Dash Hoje?

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

Extension Screenshots

screenshot
screenshot

Download Dash Hoje Extension CRX File

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

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

Extension Basic Information

Name Dash Hoje Dash Hoje
ID diflekejgjagpgjdfabgidfcinkbhnic
Official URL https://chromewebstore.google.com/detail/dash-hoje/diflekejgjagpgjdfabgidfcinkbhnic
Description Veja a cotação do Dash através do DolarHoje.com/dash
File Size 6.92 KB
Installation Count 153
Current Version 0.1.4
Last Updated 2021-02-28
Publish Date 2018-05-21
Rating 4.20/5 Total 5 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": "Dash Hoje",
    "description": "Veja a cota\u00e7\u00e3o do Dash atrav\u00e9s do DolarHoje.com\/dash",
    "version": "0.1.4",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Dash Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/DolarHoje.com\/",
        "https:\/\/DolarHoje.com\/"
    ],
    "omnibox": {
        "keyword": "dashhoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dolarhoje.com\/dash\/",
                "https:\/\/dolarhoje.com\/dash\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}