Foodie
Recipe finder based on your trolley
Foodie란 무엇입니까?
Foodie은(는) adrian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recipe finder based on your trolley"입니다.
확장 프로그램 스크린샷
Foodie 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find Healthy Cheap Recipes without changing your shopping habits! Foodie will search the recipe engine to find you recipes directly related to items you have already in your Asda food basket. Please note this extension currently only works with Asda UK, if you cannot find recipes then please ensure you have food items added to your Asda trolley at http://groceries.asda.com/ New in 1.1.1: Fixed Performance problem Follow development or get in touch here: https://github.com/slifin/foodie-ext
확장 프로그램 기본 정보
이름 | Foodie |
ID | hlkgmeebmcmbbfoaamicfcljhcidkdof |
공식 URL | https://chromewebstore.google.com/detail/foodie/hlkgmeebmcmbbfoaamicfcljhcidkdof |
설명 | Recipe finder based on your trolley |
파일 크기 | 1.34 MB |
설치 횟수 | 147 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2015-06-21 |
출시 날짜 | 2015-06-21 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | adrian |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Foodie", "description": "Recipe finder based on your trolley", "version": "1.1.1", "content_scripts": [ { "matches": [ "http:\/\/groceries.asda.com\/*" ], "js": [ "lib\/lodash.min.js", "lib\/jquery-2.1.3.min.js", "lib\/arrive.min.js", "controllers\/main.js" ] } ], "background": { "scripts": [ "events\/bg.js" ] }, "browser_action": { "default_icon": "svg\/bowl-gimp.png", "default_popup": "html\/popup.html", "default_title": "Click here!" }, "permissions": [ "storage", "declarativeContent", "http:\/\/foodie\/", "http:\/\/arcanine.net\/" ] } |