MyCookbook.io
Create your very own cookbooks out of your favourite online recipes!
Qu'est-ce que MyCookbook.io ?
MyCookbook.io est une extension Chrome développée par https://mycookbook.io, et sa fonction principale est "Create your very own cookbooks out of your favourite online recipes!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MyCookbook.io
Téléchargez les fichiers d'extension MyCookbook.io 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
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].
Informations de Base sur l'Extension
Nom | MyCookbook.io |
ID | mgijioacbjieljpblegcdigdlfgnklgl |
URL Officiel | https://chromewebstore.google.com/detail/mycookbookio/mgijioacbjieljpblegcdigdlfgnklgl |
Description | Create your very own cookbooks out of your favourite online recipes! |
Taille du Fichier | 13.84 KB |
Nombre d'Installations | 203 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-04-03 |
Date de Publication | 2020-03-28 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://mycookbook.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://app.mycookbook.io |
URL de la Page de Politique de Confidentialité | https://www.mycookbook.io/pages/privacy-policy |
Langues Prises en Charge | 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 } |