Recipe Nutrition Calculator

Get instant nutrition on recipes from top recipe sites, blogs, and more!

Что такое Recipe Nutrition Calculator?

Recipe Nutrition Calculator - это расширение Chrome, разработанное https://getrecipenutrition.com, и его основная функция - "Get instant nutrition on recipes from top recipe sites, blogs, and more!".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Recipe Nutrition Calculator

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

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

                        The recipe nutrition calculator gives you instant nutritional information across dozens of popular recipe sites, blogs, and more! You can also paste ingredients quantities in the extension and it'll provide an estimate.                    

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

Название Recipe Nutrition Calculator Recipe Nutrition Calculator
ID khfoofiaggfpmefgbfaghgnnpembfbnh
Официальный URL https://chromewebstore.google.com/detail/recipe-nutrition-calculat/khfoofiaggfpmefgbfaghgnnpembfbnh
Описание Get instant nutrition on recipes from top recipe sites, blogs, and more!
Размер файла 1.32 MB
Количество установок 295
Текущая Версия 1.4
Последнее Обновление 2021-06-29
Дата публикации 2021-06-08
Рейтинг 5.00/5 Всего 12 оценок
Разработчик https://getrecipenutrition.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://getrecipenutrition.com/
URL страницы помощи http://getrecipenutrition.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recipe Nutrition Calculator",
    "version": "1.4",
    "description": "Get instant nutrition on recipes from top recipe sites, blogs, and more! ",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "assets\/mustache.min.js",
            "assets\/ga.js",
            "background.js",
            "runtime.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    }
}