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.”。

擴展截圖

screenshot

下載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 Meal Points Suggester
ID eaepeegjbajjknieikiamfjjphjkciad
官方網址 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"
    ]
}