Eat This Much Recipe Clipper

This extension allows you to quickly import recipes to use in your Eat This Much meal plans.

什么是Eat This Much Recipe Clipper?

Eat This Much Recipe Clipper是由https://www.eatthismuch.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to quickly import recipes to use in your Eat This Much meal plans.”。

扩展截图

screenshot
screenshot
screenshot

下载Eat This Much Recipe Clipper扩展crx文件

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

扩展使用说明

                        Import your favorite recipes into your Eat This Much account with a few clicks. Find the recipe you want to import, click the clipper icon, and then verify and save the recipe. It's a huge time saver over entering your recipes manually.

Once you have your recipes added, Eat This Much will automatically start using them in your meal plans! With a free account, the generator will incorporate the recipes into your meal plans that hit all of your daily nutrition targets, and with a premium account, we'll automatically build weekly meal plans for you complete with leftovers and grocery lists. Eating smart has never been this easy.                    

扩展基本信息

名称 Eat This Much Recipe Clipper Eat This Much Recipe Clipper
ID deefcoodgkfkemnadjphindnllkcgjgp
官方URL https://chromewebstore.google.com/detail/eat-this-much-recipe-clip/deefcoodgkfkemnadjphindnllkcgjgp
简介 This extension allows you to quickly import recipes to use in your Eat This Much meal plans.
文件大小 512 KB
安装次数 4,377
当前版本 1.3
更新时间 2018-07-12
上架时间 2018-07-12
评分 3.67/5 共12次评分
开发者 https://www.eatthismuch.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.eatthismuch.com/
隐私政策页面URL https://www.eatthismuch.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eat This Much Recipe Clipper",
    "author": "Eat This Much Inc.",
    "description": "This extension allows you to quickly import recipes to use in your Eat This Much meal plans.",
    "version": "1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "grey-clipper-favicon-16.png",
            "32": "grey-clipper-favicon-32.png",
            "48": "grey-clipper-favicon-48.png",
            "128": "grey-clipper-favicon-128.png"
        },
        "default_title": "Import Recipe to Eat This Much",
        "default_popup": ""
    },
    "icons": {
        "16": "clipper-favicon-16.png",
        "32": "clipper-favicon-32.png",
        "48": "clipper-favicon-48.png",
        "128": "clipper-favicon-128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.eatthismuch.com\/*\/*"
    ],
    "short_name": "ETM Clipper",
    "web_accessible_resources": [
        "popup.html",
        "clipper-favicon-128.png",
        "do_the_robot.gif",
        "error_carrot.png",
        "fist_pump.gif",
        "happy_pose.png",
        "orange_bounce.gif",
        "raise_the_roof.gif"
    ]
}