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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension to help suggest how many meal points you should have each day."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Meal Points Suggester एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}