Dollar Exchange Rate

Check the dollar exchange rate in your country currency

O que é Dollar Exchange Rate?

Dollar Exchange Rate é uma extensão do Chrome desenvolvida por Edgar González, e sua principal característica é "Check the dollar exchange rate in your country currency".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dollar Exchange Rate

Baixe arquivos de extensão Dollar Exchange Rate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Keep track of the dollar rate in your country currency                    

Informações Básicas da Extensão

Nome Dollar Exchange Rate Dollar Exchange Rate
ID ppjjbkfcofgeidfellinfmlgmpklajfk
URL Oficial https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk
Descrição Check the dollar exchange rate in your country currency
Tamanho do Arquivo 683 KB
Contagem de Instalações 15
Versão Atual 1.2.0
Última Atualização 2019-04-04
Data de Publicação 2019-04-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Edgar González
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dollar Exchange Rate",
    "version": "1.2.0",
    "description": "Check the dollar exchange rate in your country currency",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/16_x_16.png",
        "32": "images\/32_x_32.png",
        "48": "images\/48_x_48.png",
        "128": "images\/128_x_128.png"
    },
    "permissions": [
        "declarativeContent",
        "notifications",
        "alarms",
        "storage",
        "https:\/\/www.countryflags.io\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16_x_16.png",
            "32": "images\/32_x_32.png",
            "48": "images\/48_x_48.png",
            "128": "images\/128_x_128.png"
        }
    },
    "options_page": "options.html"
}