Kent Denver Lunch

The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.

Kent Denver Lunch क्या है?

Kent Denver Lunch KDS Computer Science द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime."।

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

screenshot
screenshot
screenshot

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

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

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

                        The Kent Denver lunch menu extension automatically loads each school days’ lunch menu into an easy to use chrome extension window. You can also peer into the future or past by utilizing the easy day buttons or arrows.                    

एक्सटेंशन की मूल जानकारी

नाम Kent Denver Lunch Kent Denver Lunch
ID cadmjejehipefhhnlfeflfohjbkkpiki
आधिकारिक URL https://chromewebstore.google.com/detail/kent-denver-lunch/cadmjejehipefhhnlfeflfohjbkkpiki
विवरण The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.
फ़ाइल का आकार 374 KB
स्थापना संख्या 56
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2017-04-21
प्रकाशन तिथि 2017-04-21
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर KDS Computer Science
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kent Denver Lunch",
    "author": "Osamah Zmily & Lorenzo Melendez",
    "description": "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.",
    "version": "2.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kentdenver.org\/*",
                "http:\/\/www.kentdenver.org\/*"
            ],
            "js": [
                "clicker.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "download.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background_menu.js"
        ],
        "persistent": false
    }
}