Recipe adapter

Adapt online recipes to the number of servings you want.

Qu'est-ce que Recipe adapter ?

Recipe adapter est une extension Chrome développée par inad9300, et sa fonction principale est "Adapt online recipes to the number of servings you want.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Recipe adapter

Téléchargez les fichiers d'extension Recipe adapter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Recipe adapter lets you change the quantities of the ingredients of recipes you find on the web. This way you can adjust them to the number of people you expect for dinner, or enjoy your lonely meal accurately.

To use it, click the extension's icon, select the list of ingredients, and modify any of the quantities that got trapped inside the selection. Changing any of them will transform all the others proportionally.

If you liked the extension and want to support it with a small contribution, please go to buymeacoff.ee/wu6S9Ob0k

If you would like to contribute to the project, visit https://github.com/inad9300/recipe-adapter                    

Informations de Base sur l'Extension

Nom Recipe adapter Recipe adapter
ID milammgjlcmebbiiikmbfjjlcjepdilg
URL Officiel https://chromewebstore.google.com/detail/recipe-adapter/milammgjlcmebbiiikmbfjjlcjepdilg
Description Adapt online recipes to the number of servings you want.
Taille du Fichier 88.27 KB
Nombre d'Installations 49
Version Actuelle 1.3
Dernière Mise à Jour 2019-09-13
Date de Publication 2019-09-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur inad9300
Type de Paiement free
Site Web de l'Extension https://github.com/inad9300/recipe-adapter
Langues Prises en Charge en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_title__",
    "version": "1.3",
    "description": "__MSG_app_desc__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_app_title__",
        "default_icon": "icon\/16.png"
    },
    "icons": {
        "16": "icon\/16.png",
        "19": "icon\/19.png",
        "24": "icon\/24.png",
        "32": "icon\/32.png",
        "38": "icon\/38.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    },
    "web_accessible_resources": [
        "main.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}