Food Planner Importer
This extension imports recipes into food planner account of the user.
Food Planner Importerคืออะไร?
Food Planner Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.foodplannerapp.com และคุณลักษณะหลักของมันคือ "This extension imports recipes into food planner account of the user."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Food Planner Importer
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |