MyFitnessPal Search Filters
Gives filtering options for the MyFitnessPal food search.
MyFitnessPal Search Filters란 무엇입니까?
MyFitnessPal Search Filters은(는) aaronklaassen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives filtering options for the MyFitnessPal food search."입니다.
확장 프로그램 스크린샷
MyFitnessPal Search Filters 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Improves the MyFitnessPal.com search results by adding a filtering option to more easily find the food you're looking for.
확장 프로그램 기본 정보
이름 | MyFitnessPal Search Filters |
ID | gebbknledcndnnoamiccckbbodbhimde |
공식 URL | https://chromewebstore.google.com/detail/myfitnesspal-search-filte/gebbknledcndnnoamiccckbbodbhimde |
설명 | Gives filtering options for the MyFitnessPal food search. |
파일 크기 | 218 KB |
설치 횟수 | 719 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-09-24 |
출시 날짜 | 2013-09-23 |
평점 | 3.82/5 총 17 개의 평점 |
개발자 | aaronklaassen |
결제 유형 | free |
도움말 페이지 URL | http://www.outerspacehero.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyFitnessPal Search Filters", "description": "Gives filtering options for the MyFitnessPal food search.", "version": "1.1", "author": "Aaron Klaassen", "homepage_url": "http:\/\/www.outerspacehero.com\/", "content_scripts": [ { "matches": [ "http:\/\/www.myfitnesspal.com\/food\/search*", "http:\/\/www.myfitnesspal.com\/recipe\/add_ingredient*", "http:\/\/www.myfitnesspal.com\/food\/calorie-chart-nutrition-facts*" ], "css": [ "controls.css" ], "js": [ "jquery-2.0.3.min.js", "filter.js" ] } ], "web_accessible_resources": [ "jquery-2.0.3.min.js", "controls.html" ], "icons": { "16": "images\/Filled-Filter-16.png", "48": "images\/Filled-Filter-48.png", "128": "images\/Filled-Filter-128.png" } } |