Dogecoin Hoje

Veja a cotação do Dogecoin através do DolarHoje.com/dogecoin-hoje

What is Dogecoin Hoje?

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

Extension Screenshots

screenshot

Download Dogecoin Hoje Extension CRX File

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

Extension Basic Information

Name Dogecoin Hoje Dogecoin Hoje
ID menjakdhnckmfdnnbjljfbpgmleccnln
Official URL https://chromewebstore.google.com/detail/dogecoin-hoje/menjakdhnckmfdnnbjljfbpgmleccnln
Description Veja a cotação do Dogecoin através do DolarHoje.com/dogecoin-hoje
File Size 20.88 KB
Installation Count 782
Current Version 0.0.4
Last Updated 2022-06-17
Publish Date 2018-05-21
Rating 4.50/5 Total 4 Ratings
Developer https://dolarhoje.com
Email [email protected]
Payment Type free
Extension Website https://dolarhoje.com/dogecoin-hoje
Supported Languages pt-BR
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogecoin Hoje",
    "description": "Veja a cota\u00e7\u00e3o do Dogecoin atrav\u00e9s do DolarHoje.com\/dogecoin-hoje",
    "version": "0.0.4",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Dogecoin Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/DolarHoje.com\/",
        "https:\/\/DolarHoje.com\/"
    ],
    "omnibox": {
        "keyword": "dogecoinhoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dolarhoje.com\/dogecoin-hoje\/",
                "https:\/\/dolarhoje.com\/dogecoin-hoje\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}