Swat Dining

Displays Swarthmore Dining Options for the day

Co to jest Swat Dining?

Swat Dining to rozszerzenie Chrome opracowane przez sccs-developers, a jego główną funkcją jest „Displays Swarthmore Dining Options for the day”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Swat Dining

Pobierz pliki rozszerzeń Swat Dining w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Displays Swarthmore Campus dining options for the day. Made by the Swarthmore College Computer Society (SCCS).

Quickly access Swarthmore Swarthmore Campus dining options by clicking on the extension. Switch between tabs to view different menu options. Toggle for light or dark mode in the upper right, turn off tags for easier visibility, and customize tag visibility for dietary restrictions.

For any problems, contact us: [email protected] or fill out our form at https://forms.gle/5fS8ieox4cXbwzLZ6.                    

Podstawowe informacje o rozszerzeniu

Nazwa Swat Dining Swat Dining
ID hljemhgbbhjcmclhbdlalcoljlmjidll
Oficjalny URL https://chromewebstore.google.com/detail/swat-dining/hljemhgbbhjcmclhbdlalcoljlmjidll
Opis Displays Swarthmore Dining Options for the day
Rozmiar pliku 415 KB
Liczba instalacji 49
Aktualna Wersja 3.3.3
Ostatnia Aktualizacja 2024-01-25
Data Publikacji 2022-09-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper sccs-developers
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.sccs.swarthmore.edu/
Adres URL Strony Pomocy https://forms.gle/5fS8ieox4cXbwzLZ6
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swat Dining",
    "description": "Displays Swarthmore Dining Options for the day",
    "version": "3.3.3",
    "manifest_version": 3,
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/img\/icon_128.png"
    },
    "icons": {
        "16": ".\/img\/icon_16.png",
        "48": ".\/img\/icon_48.png",
        "128": ".\/img\/icon_128.png"
    }
}