Meal Points Suggester

This is an extension to help suggest how many meal points you should have each day.

What is Meal Points Suggester?

Meal Points Suggester is a Chrome extension developed by SkyTurtle, and its main feature is "This is an extension to help suggest how many meal points you should have each day.".

Extension Screenshots

screenshot

Download Meal Points Suggester Extension CRX File

Download Meal Points Suggester extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Meal Points Suggester Meal Points Suggester
ID eaepeegjbajjknieikiamfjjphjkciad
Official URL https://chromewebstore.google.com/detail/meal-points-suggester/eaepeegjbajjknieikiamfjjphjkciad
Description This is an extension to help suggest how many meal points you should have each day.
File Size 99.16 KB
Installation Count 418
Current Version 1.2.1
Last Updated 2024-01-27
Publish Date 2023-09-07
Rating 5.00/5 Total 6 Ratings
Developer SkyTurtle
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}