Я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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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:\/\/*\/*" ] } |