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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |