MyCookbook.io
Create your very own cookbooks out of your favourite online recipes!
What is MyCookbook.io?
MyCookbook.io is a Chrome extension developed by https://mycookbook.io, and its main feature is "Create your very own cookbooks out of your favourite online recipes!".
Extension Screenshots
Download MyCookbook.io Extension CRX File
Download MyCookbook.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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].
Extension Basic Information
Name | MyCookbook.io |
ID | mgijioacbjieljpblegcdigdlfgnklgl |
Official URL | https://chromewebstore.google.com/detail/mycookbookio/mgijioacbjieljpblegcdigdlfgnklgl |
Description | Create your very own cookbooks out of your favourite online recipes! |
File Size | 13.84 KB |
Installation Count | 203 |
Current Version | 1.1 |
Last Updated | 2021-04-03 |
Publish Date | 2020-03-28 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://mycookbook.io |
[email protected] | |
Payment Type | free |
Extension Website | https://app.mycookbook.io |
Privacy Policy Page URL | https://www.mycookbook.io/pages/privacy-policy |
Supported Languages | 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 } |