MyCookbook.io

Create your very own cookbooks out of your favourite online recipes!

Cos'è MyCookbook.io?

MyCookbook.io è un'estensione di Chrome sviluppata da https://mycookbook.io, e la sua funzione principale è "Create your very own cookbooks out of your favourite online recipes!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MyCookbook.io

Scarica i file di estensione MyCookbook.io 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

                        Painlessly save your favorite recipes, organize them in beautiful cookbooks and print them on demand. Access your recipes anytime and anywhere. Customize your recipes: edit ingredients, instructions and upload photos without hassle.

This add-on lets you save a recipe from a website to your MyCookbook.io account.

To save a recipe, install the add-on and press on the MyCookbook.io add-on logo in your web browser while visiting a website with your favorite recipe. It's that simple!

Don't have a MyCookbook.io account yet? 
Create a free account on https://app.mycookbook.io/register.

Privacy policy: https://www.mycookbook.io/pages/privacy-policy

Need help? 
Contact us at [email protected].                    

Informazioni di Base sull'Estensione

Nome MyCookbook.io MyCookbook.io
ID mgijioacbjieljpblegcdigdlfgnklgl
URL Ufficiale https://chromewebstore.google.com/detail/mycookbookio/mgijioacbjieljpblegcdigdlfgnklgl
Descrizione Create your very own cookbooks out of your favourite online recipes!
Dimensione del File 13.84 KB
Conteggio Installazioni 203
Versione Corrente 1.1
Ultimo Aggiornamento 2021-04-03
Data di Pubblicazione 2020-03-28
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://mycookbook.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app.mycookbook.io
URL della Pagina della Politica sulla Privacy https://www.mycookbook.io/pages/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyCookbook.io",
    "version": "1.1",
    "description": "Create your very own cookbooks out of your favourite online recipes!",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "manifest_version": 2
}