Яakuten Cafeteria Menu
Shows a preview of the Яakuten Crimson House Cafeteria menus
什么是Яakuten Cafeteria Menu?
Яakuten Cafeteria Menu是由danikaze开发的Chrome扩展程序,该扩展的主要功能是“Shows a preview of the Яakuten Crimson House Cafeteria menus”。
扩展截图
下载Яakuten Cafeteria Menu扩展crx文件
下载Яakuten Cafeteria Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Change log:
[0.9.1]
- Disabled API source data because it returns wrong booths, creating duplicated entries
- Auto select time/cafeteria if previous selection doesn't exist
- Small graphical improvements
[0.9.0]
- Added a calendar button to switch between any day of the current week, displaying its menu
- Recovered the shift+click feature on the sorter button, to choose the previous sorting method
- Scroll of the menu resets to the top when the day, time or cafeteria is changed
- Preload images when a menu is loaded, so they appear instantly when the cafeteria or the time is changed 扩展基本信息
| 名称 | |
| ID | fobpglggkfinkjjldciflddjolmncabh |
| 官方URL | https://chromewebstore.google.com/detail/%D1%8Fakuten-cafeteria-menu/fobpglggkfinkjjldciflddjolmncabh |
| 简介 | Shows a preview of the Яakuten Crimson House Cafeteria menus |
| 文件大小 | 284 KB |
| 安装次数 | 113 |
| 当前版本 | 0.9.1 |
| 更新时间 | 2019-05-14 |
| 上架时间 | 2019-05-13 |
| 评分 | 5.00/5 共21次评分 |
| 开发者 | danikaze |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u042fakuten Cafeteria Menu",
"short_name": "\u042fakutenCafe",
"description": "Shows a preview of the \u042fakuten Crimson House Cafeteria menus",
"version": "0.9.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_popup": "index.html",
"default_title": "Show \u042fakuten Cafeteria menu"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |