Яakuten Cafeteria Menu

Shows a preview of the Яakuten Crimson House Cafeteria menus

Cos'è Яakuten Cafeteria Menu?

Яakuten Cafeteria Menu è un'estensione di Chrome sviluppata da danikaze, e la sua funzione principale è "Shows a preview of the Яakuten Crimson House Cafeteria menus".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Яakuten Cafeteria Menu

Scarica i file di estensione Яakuten Cafeteria Menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Яakuten Cafeteria Menu Яakuten Cafeteria Menu
ID fobpglggkfinkjjldciflddjolmncabh
URL Ufficiale https://chromewebstore.google.com/detail/%D1%8Fakuten-cafeteria-menu/fobpglggkfinkjjldciflddjolmncabh
Descrizione Shows a preview of the Яakuten Crimson House Cafeteria menus
Dimensione del File 284 KB
Conteggio Installazioni 113
Versione Corrente 0.9.1
Ultimo Aggiornamento 2019-05-14
Data di Pubblicazione 2019-05-13
Valutazione 5.00/5 Totale 21 Valutazioni
Sviluppatore danikaze
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}