Yuan Hoje

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

What is Yuan Hoje?

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

Extension Screenshots

screenshot

Download Yuan Hoje Extension CRX File

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

Extension Basic Information

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