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?" } } |