Volume To Weight Recipe Conversion

Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.

Что такое Volume To Weight Recipe Conversion?

Volume To Weight Recipe Conversion - это расширение Chrome, разработанное devadam, и его основная функция - "Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.".

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

screenshot

Скачать файл CRX расширения Volume To Weight Recipe Conversion

Скачайте файлы расширений Volume To Weight Recipe Conversion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.                    

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

Название Volume To Weight Recipe Conversion Volume To Weight Recipe Conversion
ID cdjaefbbocehjhjifmjpmjdabbnnngpo
Официальный URL https://chromewebstore.google.com/detail/volume-to-weight-recipe-c/cdjaefbbocehjhjifmjpmjdabbnnngpo
Описание Simple recipe conversion chrome extension. The extension converts volumetric measurements to grams and displays them in the webpage.
Размер файла 23.25 KB
Количество установок 27
Текущая Версия 1.1
Последнее Обновление 2021-02-24
Дата публикации 2021-02-16
Рейтинг 3.67/5 Всего 3 оценок
Разработчик devadam
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume To Weight Recipe Conversion",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.js"
            ]
        }
    ]
}