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 - это расширение Chrome, разработанное KDS Computer Science, и его основная функция - "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.".
Снимки экрана расширения
Скачать файл CRX расширения Kent Denver Lunch
Скачайте файлы расширений Kent Denver Lunch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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 } } |