Meal Points Suggester
This is an extension to help suggest how many meal points you should have each day.
Meal Points Suggester란 무엇입니까?
Meal Points Suggester은(는) SkyTurtle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an extension to help suggest how many meal points you should have each day."입니다.
확장 프로그램 스크린샷
Meal Points Suggester 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For WashU Students who want to know their suggested meal points balance. Has options for: - custom meal points! - excluding weekends - excluding breaks - meal plan type - first day at school - last day at school Updated for Spring 2024
확장 프로그램 기본 정보
이름 | Meal Points Suggester |
ID | eaepeegjbajjknieikiamfjjphjkciad |
공식 URL | https://chromewebstore.google.com/detail/meal-points-suggester/eaepeegjbajjknieikiamfjjphjkciad |
설명 | This is an extension to help suggest how many meal points you should have each day. |
파일 크기 | 99.16 KB |
설치 횟수 | 418 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2024-01-27 |
출시 날짜 | 2023-09-07 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | SkyTurtle |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meal Points Suggester", "version": "1.2.1", "description": "This is an extension to help suggest how many meal points you should have each day.", "manifest_version": 3, "author": "William C", "action": { "default_title": "Meal Points Suggester", "default_popup": "index.html", "default_icon": { "16": "icons\/MPL16.png", "32": "icons\/MPL32.png", "36": "icons\/MPL36.png", "48": "icons\/MPL48.png", "64": "icons\/MPL64.png", "128": "icons\/MPL128.png" } }, "permissions": [ "storage" ] } |