Cook'n Recipe Capture Plugin

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

Cos'è Cook'n Recipe Capture Plugin?

Cook'n Recipe Capture Plugin è un'estensione di Chrome sviluppata da https://www.dvo.com, e la sua funzione principale è "This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cook'n Recipe Capture Plugin

Scarica i file di estensione Cook'n Recipe Capture Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Cook'n Recipe Capture Plugin Cook'n Recipe Capture Plugin
ID lmbjckidphkdpchgfangolfcanlcodgf
URL Ufficiale https://chromewebstore.google.com/detail/cookn-recipe-capture-plug/lmbjckidphkdpchgfangolfcanlcodgf
Descrizione This extension captures the recipe in a web page and stores in the user's Cook'n Cloud Account.
Dimensione del File 96.7 KB
Conteggio Installazioni 7,404
Versione Corrente 11.1
Ultimo Aggiornamento 2023-04-19
Data di Pubblicazione 2019-05-14
Valutazione 4.14/5 Totale 14 Valutazioni
Sviluppatore https://www.dvo.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.dvo.com/capture-plugin-info.php
URL della Pagina di Aiuto http://www.dvo.com/capture-plugin-info.php
URL della Pagina della Politica sulla Privacy http://www.dvo.com/privacy.php
Lingue Supportate 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\/*"
        ]
    }
}