Simple currency converter

Currency rate calculator

O que é Simple currency converter?

Simple currency converter é uma extensão do Chrome desenvolvida por MaxPax, e sua principal característica é "Currency rate calculator".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple currency converter

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

                        Convenient financial converter. Just enter the desired amount and you will see the corresponding amount in another currency. All major fiat currencies and popular cryptocurrencies are supported.
Unused currencies can be hidden.                    

Informações Básicas da Extensão

Nome Simple currency converter Simple currency converter
ID obhemlghbbloobahdlkjmniichcandhd
URL Oficial https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd
Descrição Currency rate calculator
Tamanho do Arquivo 125 KB
Contagem de Instalações 7,083
Versão Atual 2.3
Última Atualização 2023-10-24
Data de Publicação 2020-06-10
Classificação 4.00/5 Total de 50 Avaliações
Desenvolvedor MaxPax
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.3",
    "default_locale": "ru",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png"
        },
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.iliz.net\/*"
    ],
    "icons": {
        "19": "icon48.png",
        "24": "icon48.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}