Eat This Much Recipe Clipper
This extension allows you to quickly import recipes to use in your Eat This Much meal plans.
¿Qué es Eat This Much Recipe Clipper?
Eat This Much Recipe Clipper es una extensión de Chrome desarrollada por https://www.eatthismuch.com, y su función principal es "This extension allows you to quickly import recipes to use in your Eat This Much meal plans.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Eat This Much Recipe Clipper
Descarga archivos de extensión Eat This Much Recipe Clipper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Eat This Much Recipe Clipper |
ID | deefcoodgkfkemnadjphindnllkcgjgp |
URL Oficial | https://chromewebstore.google.com/detail/eat-this-much-recipe-clip/deefcoodgkfkemnadjphindnllkcgjgp |
Descripción | This extension allows you to quickly import recipes to use in your Eat This Much meal plans. |
Tamaño del Archivo | 512 KB |
Cantidad de Instalaciones | 4,377 |
Versión Actual | 1.3 |
Última Actualización | 2018-07-12 |
Fecha de Publicación | 2018-07-12 |
Calificación | 3.67/5 Total de 12 Calificaciones |
Desarrollador | https://www.eatthismuch.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.eatthismuch.com/ |
URL de la Página de Política de Privacidad | https://www.eatthismuch.com/privacy-policy |
Idiomas Soportados | 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" ] } |