Currency Converter

Currency Converter simply adds a popup to find the equivalent of a amount currency to another.

O que é Currency Converter?

Currency Converter é uma extensão do Chrome desenvolvida por John Sanchirico, e sua principal característica é "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Currency Converter

Baixe arquivos de extensão Currency Converter 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

                        Currency Converter simply adds a popup to find the equivalent of a amount currency to another.                    

Informações Básicas da Extensão

Nome Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
URL Oficial https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
Descrição Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Tamanho do Arquivo 76.83 KB
Contagem de Instalações 49
Versão Atual 0.1.1
Última Atualização 2019-10-23
Data de Publicação 2019-10-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor John Sanchirico
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency Converter",
    "short_name": "CC",
    "version": "0.1.1",
    "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Currency Converter",
        "default_popup": "popup.html"
    }
}