Kent Denver Lunch
The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.
Vad är Kent Denver Lunch?
Kent Denver Lunch är en Chrome-tillägg utvecklad av KDS Computer Science, och dess huvudfunktion är "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.".
Tilläggsskärmbilder
Ladda ner Kent Denver Lunch-förlängningens CRX-fil
Ladda ner Kent Denver Lunch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Kent Denver Lunch |
ID | cadmjejehipefhhnlfeflfohjbkkpiki |
Officiell webbadress | https://chromewebstore.google.com/detail/kent-denver-lunch/cadmjejehipefhhnlfeflfohjbkkpiki |
Beskrivning | The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime. |
Filstorlek | 374 KB |
Antal Installationer | 56 |
Aktuell Version | 2.0.1 |
Senast Uppdaterad | 2017-04-21 |
Publiceringsdatum | 2017-04-21 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | KDS Computer Science |
Betalningssätt | free |
Stödda Språk | 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 } } |