Kent Denver Lunch
The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.
Co to jest Kent Denver Lunch?
Kent Denver Lunch to rozszerzenie Chrome opracowane przez KDS Computer Science, a jego główną funkcją jest „The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kent Denver Lunch
Pobierz pliki rozszerzeń Kent Denver Lunch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Kent Denver Lunch |
ID | cadmjejehipefhhnlfeflfohjbkkpiki |
Oficjalny URL | https://chromewebstore.google.com/detail/kent-denver-lunch/cadmjejehipefhhnlfeflfohjbkkpiki |
Opis | The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime. |
Rozmiar pliku | 374 KB |
Liczba instalacji | 56 |
Aktualna Wersja | 2.0.1 |
Ostatnia Aktualizacja | 2017-04-21 |
Data Publikacji | 2017-04-21 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | KDS Computer Science |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |