Swat Dining

Displays Swarthmore Dining Options for the day

Was ist Swat Dining?

Swat Dining ist eine Chrome-Erweiterung, die von sccs-developers entwickelt wurde, und ihr Hauptmerkmal ist "Displays Swarthmore Dining Options for the day".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Swat Dining-Erweiterungs-CRX-Datei herunterladen

Laden Sie Swat Dining-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Swat Dining Swat Dining
ID hljemhgbbhjcmclhbdlalcoljlmjidll
Offizielle URL https://chromewebstore.google.com/detail/swat-dining/hljemhgbbhjcmclhbdlalcoljlmjidll
Beschreibung Displays Swarthmore Dining Options for the day
Dateigröße 415 KB
Installationsanzahl 49
Aktuelle Version 3.3.3
Letztes Update 2024-01-25
Veröffentlichungsdatum 2022-09-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler sccs-developers
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.sccs.swarthmore.edu/
Hilfeseite URL https://forms.gle/5fS8ieox4cXbwzLZ6
Unterstützte Sprachen 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"
    }
}