Kent Denver Lunch

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

Qu'est-ce que Kent Denver Lunch ?

Kent Denver Lunch est une extension Chrome développée par KDS Computer Science, et sa fonction principale est "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kent Denver Lunch

Téléchargez les fichiers d'extension Kent Denver Lunch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kent Denver Lunch Kent Denver Lunch
ID cadmjejehipefhhnlfeflfohjbkkpiki
URL Officiel https://chromewebstore.google.com/detail/kent-denver-lunch/cadmjejehipefhhnlfeflfohjbkkpiki
Description The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.
Taille du Fichier 374 KB
Nombre d'Installations 56
Version Actuelle 2.0.1
Dernière Mise à Jour 2017-04-21
Date de Publication 2017-04-21
Évaluation 5.00/5 Total 4 Évaluations
Développeur KDS Computer Science
Type de Paiement free
Langues Prises en Charge 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
    }
}