MyCookbook.io

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

Wat is MyCookbook.io?

MyCookbook.io is een Chrome-extensie ontwikkeld door https://mycookbook.io, en de belangrijkste functie is "Create your very own cookbooks out of your favourite online recipes!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MyCookbook.io

Download MyCookbook.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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].                    

Basisinformatie over de Extensie

Naam MyCookbook.io MyCookbook.io
ID mgijioacbjieljpblegcdigdlfgnklgl
Officiële URL https://chromewebstore.google.com/detail/mycookbookio/mgijioacbjieljpblegcdigdlfgnklgl
Beschrijving Create your very own cookbooks out of your favourite online recipes!
Bestandsgrootte 13.84 KB
Aantal Installaties 203
Huidige Versie 1.1
Laatst Bijgewerkt 2021-04-03
Publicatiedatum 2020-03-28
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://mycookbook.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://app.mycookbook.io
URL van de Privacybeleid Pagina https://www.mycookbook.io/pages/privacy-policy
Ondersteunde Talen 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
}