Food Planner Importer
This extension imports recipes into food planner account of the user.
Food Planner Importerとは何ですか?
Food Planner Importerはhttp://www.foodplannerapp.comによって開発されたChromeの拡張機能で、その主な機能は「This extension imports recipes into food planner account of the user.」です。
拡張機能のスクリーンショット
Food Planner Importer拡張機能のCRXファイルをダウンロード
Food Planner Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FoodPlanner is the ultimate FREE mobile recipe/meal/inventory planning platform for iOS, Android, Amazon and the Web. FoodPlanner allows you to import and save recipes from all of your favorite foodie websites and blogs and sync them with your mobile devices. Plan your daily or weekly meal plans, generate grocery lists, track inventory and much more! Our brand new chrome extension will allow you to easily import recipes from supported sites with just a single click! Over 600+ Sites are supported! Check it out today! Create your account today for FREE! No cc required. http://www.foodplannerapp.com/signup
拡張機能の基本情報
名前 | |
ID | gkifebpcganhgfogmcpedecenfobbidh |
公式URL | https://chrome.google.com/webstore/detail/food-planner-importer/gkifebpcganhgfogmcpedecenfobbidh |
説明 | This extension imports recipes into food planner account of the user. |
ファイルサイズ | 155 KB |
インストール数 | 1,876 |
現在のバージョン | 3.0 |
最終更新日 | 2016-03-14 |
公開日 | 2016-03-14 |
評価 | 2.18/5 合計 22 レビュー |
開発者 | http://www.foodplannerapp.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.foodplannerapp.com/login |
ヘルプページのURL | http://help.foodplannerapp.com/site/faqs |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Food Planner Importer", "description": "This extension imports recipes into food planner account of the user.", "version": "3.0", "permissions": [ "tabs", "http:\/\/foodplannerappcom.appspot.com\/" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" } } |