Quick Unit Converter

Quickly convert different units with instant results, making your online experience simpler and more convenient.

O que é Quick Unit Converter?

Quick Unit Converter é uma extensão do Chrome desenvolvida por Vu Le, e sua principal característica é "Quickly convert different units with instant results, making your online experience simpler and more convenient.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Quick Unit Converter

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

                        The Ultimate Unit Converter Chrome Extension is a powerful tool designed to simplify your online experience by providing quick and efficient unit conversions right at your fingertips. With this extension, you can bid farewell to manual calculations and tedious searches for conversion tables.

Using our user-friendly interface, you can effortlessly convert between a wide range of units in various categories, including length, weight, temperature, volume, time, and more. Simply type the text or value you want to convert, and our extension will instantly display the converted result in real-time.                    

Informações Básicas da Extensão

Nome Quick Unit Converter Quick Unit Converter
ID lidpjcjphjancjegopimhioapbpcadhe
URL Oficial https://chromewebstore.google.com/detail/quick-unit-converter/lidpjcjphjancjegopimhioapbpcadhe
Descrição Quickly convert different units with instant results, making your online experience simpler and more convenient.
Tamanho do Arquivo 126 KB
Contagem de Instalações 108
Versão Atual 1.0.1
Última Atualização 2023-06-15
Data de Publicação 2023-06-15
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Vu Le
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Unit Converter",
    "version": "1.0.1",
    "description": "Quickly convert different units with instant results, making your online experience simpler and more convenient.",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}