Я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
擴展基本資訊
名稱 | Яakuten Cafeteria Menu |
ID | fobpglggkfinkjjldciflddjolmncabh |
官方網址 | 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:\/\/*\/*" ] } |