Quick Unit Converter

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

Что такое Quick Unit Converter?

Quick Unit Converter - это расширение Chrome, разработанное Vu Le, и его основная функция - "Quickly convert different units with instant results, making your online experience simpler and more convenient.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Quick Unit Converter

Скачайте файлы расширений Quick Unit Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Quick Unit Converter Quick Unit Converter
ID lidpjcjphjancjegopimhioapbpcadhe
Официальный URL https://chromewebstore.google.com/detail/quick-unit-converter/lidpjcjphjancjegopimhioapbpcadhe
Описание Quickly convert different units with instant results, making your online experience simpler and more convenient.
Размер файла 126 KB
Количество установок 108
Текущая Версия 1.0.1
Последнее Обновление 2023-06-15
Дата публикации 2023-06-15
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Vu Le
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}