Kent Denver Lunch
The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.
O que é Kent Denver Lunch?
Kent Denver Lunch é uma extensão do Chrome desenvolvida por KDS Computer Science, e sua principal característica é "The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kent Denver Lunch
Baixe arquivos de extensão Kent Denver Lunch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Kent Denver Lunch |
ID | cadmjejehipefhhnlfeflfohjbkkpiki |
URL Oficial | https://chromewebstore.google.com/detail/kent-denver-lunch/cadmjejehipefhhnlfeflfohjbkkpiki |
Descrição | The Kent Denver Lunch Menu Extension gives you easy access to the daily Kent Denver Lunch Menu anywhere, anytime. |
Tamanho do Arquivo | 374 KB |
Contagem de Instalações | 56 |
Versão Atual | 2.0.1 |
Última Atualização | 2017-04-21 |
Data de Publicação | 2017-04-21 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | KDS Computer Science |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |