Smart Converter

Supper easy to use currency converter extension

O que é Smart Converter?

Smart Converter é uma extensão do Chrome desenvolvida por https://smart-converter.vercel.app, e sua principal característica é "Supper easy to use currency converter extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Converter

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

                        How to use:
      1. Select source currency
      2. Type value
      3. Get conversion for all other currencies

💵 Multiple conversions
      56 currencies available for conversion.

⚡️ Always at hand
      Use keyboard shortcut to open conversions pop up.
       Alt + E (Windows, Linux, Chrome OS)
       ⌥ + E (macOS)

🌙 Dark theme
      Beautiful dark theme designed to reduce eye strain at night.                    

Informações Básicas da Extensão

Nome Smart Converter Smart Converter
ID lbjjliediibjgglhhmnpanncbkchpmeg
URL Oficial https://chromewebstore.google.com/detail/smart-converter/lbjjliediibjgglhhmnpanncbkchpmeg
Descrição Supper easy to use currency converter extension
Tamanho do Arquivo 2.76 MB
Contagem de Instalações 789
Versão Atual 1.5.0
Última Atualização 2023-09-20
Data de Publicação 2022-04-27
Classificação 4.71/5 Total de 7 Avaliações
Desenvolvedor https://smart-converter.vercel.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://smart-converter.vercel.app/
URL da Página de Ajuda https://smart-converter.vercel.app/contacts
URL da Página de Política de Privacidade https://www.doublesubs.com/privacy
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.5.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/smart-converter.vercel.app\/",
    "author": "Currency Exchange Rates",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "icons": {
        "128": ".\/dist\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": ".\/dist\/popup.html",
        "default_title": "Open the popup",
        "default_icon": ".\/dist\/assets\/icons\/icon.png"
    },
    "background": {
        "service_worker": "dist\/bgWrapper.js"
    },
    "options_page": "dist\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/options.html"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            }
        }
    }
}