Meal Points Suggester
This is an extension to help suggest how many meal points you should have each day.
Cos'è Meal Points Suggester?
Meal Points Suggester è un'estensione di Chrome sviluppata da SkyTurtle, e la sua funzione principale è "This is an extension to help suggest how many meal points you should have each day.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Meal Points Suggester
Scarica i file di estensione Meal Points Suggester in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Meal Points Suggester |
ID | eaepeegjbajjknieikiamfjjphjkciad |
URL Ufficiale | https://chromewebstore.google.com/detail/meal-points-suggester/eaepeegjbajjknieikiamfjjphjkciad |
Descrizione | This is an extension to help suggest how many meal points you should have each day. |
Dimensione del File | 99.16 KB |
Conteggio Installazioni | 418 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2024-01-27 |
Data di Pubblicazione | 2023-09-07 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | SkyTurtle |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |