Meal Points Suggester

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

Vad är Meal Points Suggester?

Meal Points Suggester är en Chrome-tillägg utvecklad av SkyTurtle, och dess huvudfunktion är "This is an extension to help suggest how many meal points you should have each day.".

Tilläggsskärmbilder

screenshot

Ladda ner Meal Points Suggester-förlängningens CRX-fil

Ladda ner Meal Points Suggester-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Meal Points Suggester Meal Points Suggester
ID eaepeegjbajjknieikiamfjjphjkciad
Officiell webbadress https://chromewebstore.google.com/detail/meal-points-suggester/eaepeegjbajjknieikiamfjjphjkciad
Beskrivning This is an extension to help suggest how many meal points you should have each day.
Filstorlek 99.16 KB
Antal Installationer 418
Aktuell Version 1.2.1
Senast Uppdaterad 2024-01-27
Publiceringsdatum 2023-09-07
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare SkyTurtle
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}