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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to quickly import recipes to use in your Eat This Much meal plans."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eat This Much Recipe Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}