Metric to Imperial Converter

This extension allows the user to convert dimensions between imperial and metric.

Что такое Metric to Imperial Converter?

Metric to Imperial Converter - это расширение Chrome, разработанное RJ Richter, и его основная функция - "This extension allows the user to convert dimensions between imperial and metric.".

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

screenshot

Скачать файл CRX расширения Metric to Imperial Converter

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

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

                        Want to convert inches to millimeters or centimeters?  This tool allows the user to convert dimensions between imperial and metric in a quick and simple way.                    

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

Название Metric to Imperial Converter Metric to Imperial Converter
ID hmlgbjphkkebdhpefpmkklhgndbccejm
Официальный URL https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm
Описание This extension allows the user to convert dimensions between imperial and metric.
Размер файла 263 KB
Количество установок 112
Текущая Версия 1.2.00
Последнее Обновление 2022-03-23
Дата публикации 2021-05-19
Разработчик RJ Richter
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metric to Imperial Converter",
    "short_name": "Metric to Imperial Converter",
    "description": "This extension allows the user to convert dimensions between imperial and metric.",
    "version": "1.2.00",
    "author": "RjR",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Metric to Imperial Converter",
        "default_icon": "img\/tools-16-128.png",
        "default_popup": "popup.html"
    }
}