Meal Points Suggester

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

Wat is Meal Points Suggester?

Meal Points Suggester is een Chrome-extensie ontwikkeld door SkyTurtle, en de belangrijkste functie is "This is an extension to help suggest how many meal points you should have each day.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Meal Points Suggester

Download Meal Points Suggester-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Meal Points Suggester Meal Points Suggester
ID eaepeegjbajjknieikiamfjjphjkciad
Officiële URL https://chromewebstore.google.com/detail/meal-points-suggester/eaepeegjbajjknieikiamfjjphjkciad
Beschrijving This is an extension to help suggest how many meal points you should have each day.
Bestandsgrootte 99.16 KB
Aantal Installaties 418
Huidige Versie 1.2.1
Laatst Bijgewerkt 2024-01-27
Publicatiedatum 2023-09-07
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar SkyTurtle
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}