ANF Lunch Menu
This extension shows you what the lunch menu for the week is
什么是ANF Lunch Menu?
ANF Lunch Menu是由Marko Skugor开发的Chrome扩展程序,该扩展的主要功能是“This extension shows you what the lunch menu for the week is”。
下载ANF Lunch Menu扩展crx文件
下载ANF Lunch Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
What's for lunch? It is no longer a mystery
扩展基本信息
名称 | ANF Lunch Menu |
ID | oelidhopmbphcbbebikjkookdpgihbhi |
官方URL | https://chromewebstore.google.com/detail/anf-lunch-menu/oelidhopmbphcbbebikjkookdpgihbhi |
简介 | This extension shows you what the lunch menu for the week is |
文件大小 | 60.46 KB |
安装次数 | 34 |
当前版本 | 2.0.2 |
更新时间 | 2017-08-07 |
上架时间 | 2017-08-07 |
评分 | 4.20/5 共5次评分 |
开发者 | Marko Skugor |
付费类型 | free |
支持的语言 | 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?" } } |