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 |
官方網址 | 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" } } |