Яakuten Cafeteria Menu

Shows a preview of the Яakuten Crimson House Cafeteria menus

Яakuten Cafeteria Menu là gì?

Яakuten Cafeteria Menu là một tiện ích mở rộng Chrome được phát triển bởi danikaze, và tính năng chính của nó là "Shows a preview of the Яakuten Crimson House Cafeteria menus".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Яakuten Cafeteria Menu

Tải xuống các tệp mở rộng Яakuten Cafeteria Menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Яakuten Cafeteria Menu Яakuten Cafeteria Menu
ID fobpglggkfinkjjldciflddjolmncabh
URL Chính Thức https://chromewebstore.google.com/detail/%D1%8Fakuten-cafeteria-menu/fobpglggkfinkjjldciflddjolmncabh
Mô tả Shows a preview of the Яakuten Crimson House Cafeteria menus
Kích Thước Tệp 284 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2019-05-14
Ngày Phát Hành 2019-05-13
Đánh Giá 5.00/5 Tổng số 21 Đánh Giá
Nhà Phát Triển danikaze
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}