Kent Denver Lunch
The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.
Cos'è Kent Denver Lunch?
Kent Denver Lunch è un'estensione di Chrome sviluppata da KDS Computer Science, e la sua funzione principale è "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kent Denver Lunch
Scarica i file di estensione Kent Denver Lunch 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
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.
Informazioni di Base sull'Estensione
Nome | Kent Denver Lunch |
ID | cadmjejehipefhhnlfeflfohjbkkpiki |
URL Ufficiale | https://chromewebstore.google.com/detail/kent-denver-lunch/cadmjejehipefhhnlfeflfohjbkkpiki |
Descrizione | The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime. |
Dimensione del File | 374 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2017-04-21 |
Data di Pubblicazione | 2017-04-21 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | KDS Computer Science |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |