Cook'n Recipe Capture Plugin

This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account.

Qu'est-ce que Cook'n Recipe Capture Plugin ?

Cook'n Recipe Capture Plugin est une extension Chrome développée par https://www.dvo.com, et sa fonction principale est "This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cook'n Recipe Capture Plugin

Téléchargez les fichiers d'extension Cook'n Recipe Capture Plugin 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

                        Capture any recipe from any website with just one click.  Go to www.dvo.com to get Cook'n and start capturing recipes!

With your recipes in Cook'n, you can easily find them again, print them, scale them, add them to a menu plan, make shopping lists, analyze nutritional values, sync them to your mobile device for easy access in the kitchen...and so much more!                    

Informations de Base sur l'Extension

Nom Cook'n Recipe Capture Plugin Cook'n Recipe Capture Plugin
ID lmbjckidphkdpchgfangolfcanlcodgf
URL Officiel https://chromewebstore.google.com/detail/cookn-recipe-capture-plug/lmbjckidphkdpchgfangolfcanlcodgf
Description This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account.
Taille du Fichier 96.7 KB
Nombre d'Installations 7,404
Version Actuelle 11.1
Dernière Mise à Jour 2023-04-19
Date de Publication 2019-05-14
Évaluation 4.14/5 Total 14 Évaluations
Développeur https://www.dvo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.dvo.com/capture-plugin-info.php
URL de la Page d'Aide http://www.dvo.com/capture-plugin-info.php
URL de la Page de Politique de Confidentialité http://www.dvo.com/privacy.php
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cook'n Recipe Capture Plugin",
    "description": "This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account.",
    "version": "11.1",
    "action": {
        "default_icon": "\/img\/cook'n.png",
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/img\/cookn_16.png",
        "48": "\/img\/cookn_48.png",
        "128": "\/img\/cookn_128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.cookn-cloud.com\/",
        "http:\/\/localhost:5918\/"
    ],
    "short_name": "Cook'n Recipe Capture Plugin",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.dvo.com\/*"
            ],
            "js": [
                "\/js\/dvo_msg_listeners.js",
                "\/js\/helper\/storage.js",
                "\/js\/helper\/session.js"
            ]
        }
    ],
    "options_page": "\/html\/options.html",
    "options_ui": {
        "page": "\/html\/options.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.dvo.com\/*"
        ]
    }
}