Яakuten Cafeteria Menu

Shows a preview of the Яakuten Crimson House Cafeteria menus

¿Qué es Яakuten Cafeteria Menu?

Яakuten Cafeteria Menu es una extensión de Chrome desarrollada por danikaze, y su función principal es "Shows a preview of the Яakuten Crimson House Cafeteria menus".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Яakuten Cafeteria Menu

Descarga archivos de extensión Яakuten Cafeteria Menu en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Яakuten Cafeteria Menu Яakuten Cafeteria Menu
ID fobpglggkfinkjjldciflddjolmncabh
URL Oficial https://chromewebstore.google.com/detail/%D1%8Fakuten-cafeteria-menu/fobpglggkfinkjjldciflddjolmncabh
Descripción Shows a preview of the Яakuten Crimson House Cafeteria menus
Tamaño del Archivo 284 KB
Cantidad de Instalaciones 113
Versión Actual 0.9.1
Última Actualización 2019-05-14
Fecha de Publicación 2019-05-13
Calificación 5.00/5 Total de 21 Calificaciones
Desarrollador danikaze
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/*"
    ]
}