ANF Lunch Menu
This extension shows you what the lunch menu for the week is
O que é ANF Lunch Menu?
ANF Lunch Menu é uma extensão do Chrome desenvolvida por Marko Skugor, e sua principal característica é "This extension shows you what the lunch menu for the week is".
Baixar o arquivo CRX da Extensão ANF Lunch Menu
Baixe arquivos de extensão ANF Lunch Menu 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
What's for lunch? It is no longer a mystery
Informações Básicas da Extensão
Nome | ANF Lunch Menu |
ID | oelidhopmbphcbbebikjkookdpgihbhi |
URL Oficial | https://chromewebstore.google.com/detail/anf-lunch-menu/oelidhopmbphcbbebikjkookdpgihbhi |
Descrição | This extension shows you what the lunch menu for the week is |
Tamanho do Arquivo | 60.46 KB |
Contagem de Instalações | 34 |
Versão Atual | 2.0.2 |
Última Atualização | 2017-08-07 |
Data de Publicação | 2017-08-07 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | Marko Skugor |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ANF Lunch Menu", "description": "This extension shows you what the lunch menu for the week is", "version": "2.0.2", "icons": { "128": "hamburger.png" }, "browser_action": { "default_icon": "lunch.png", "default_popup": "lunchmenu.html", "default_title": "What's for lunch?" } } |