Peso Argentino Hoje

Veja a cotação do Peso Argentino através do DolarHoje.com

What is Peso Argentino Hoje?

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

Extension Screenshots

screenshot
screenshot

Download Peso Argentino Hoje Extension CRX File

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

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

Extension Basic Information

Name Peso Argentino Hoje Peso Argentino Hoje
ID cjemhodcfbopjdcbnnlgfmelihnlgbad
Official URL https://chromewebstore.google.com/detail/peso-argentino-hoje/cjemhodcfbopjdcbnnlgfmelihnlgbad
Description Veja a cotação do Peso Argentino através do DolarHoje.com
File Size 24.58 KB
Installation Count 344
Current Version 0.0.5
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/
Supported Languages pt-BR
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Peso Argentino Hoje",
    "description": "Veja a cota\u00e7\u00e3o do Peso Argentino atrav\u00e9s do DolarHoje.com",
    "version": "0.0.5",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Peso Argentino Hoje"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/dolarhoje.com\/",
        "https:\/\/dolarhoje.com\/"
    ],
    "omnibox": {
        "keyword": "pesoargentinohoje"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dolarhoje.com\/peso-argentino\/",
                "https:\/\/dolarhoje.com\/peso-argentino\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}