MyCookbook.io

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

什么是MyCookbook.io?

MyCookbook.io是由https://mycookbook.io开发的Chrome扩展程序,该扩展的主要功能是“Create your very own cookbooks out of your favourite online recipes!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MyCookbook.io扩展crx文件

下载MyCookbook.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 MyCookbook.io MyCookbook.io
ID mgijioacbjieljpblegcdigdlfgnklgl
官方URL https://chromewebstore.google.com/detail/mycookbookio/mgijioacbjieljpblegcdigdlfgnklgl
简介 Create your very own cookbooks out of your favourite online recipes!
文件大小 13.84 KB
安装次数 203
当前版本 1.1
更新时间 2021-04-03
上架时间 2020-03-28
评分 3.00/5 共2次评分
开发者 https://mycookbook.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://app.mycookbook.io
隐私政策页面URL https://www.mycookbook.io/pages/privacy-policy
支持的语言 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
}