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文件
下载Meal Points Suggester扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |