Swat Dining

Displays Swarthmore Dining Options for the day

Vad är Swat Dining?

Swat Dining är en Chrome-tillägg utvecklad av sccs-developers, och dess huvudfunktion är "Displays Swarthmore Dining Options for the day".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Swat Dining-förlängningens CRX-fil

Ladda ner Swat Dining-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Swat Dining Swat Dining
ID hljemhgbbhjcmclhbdlalcoljlmjidll
Officiell webbadress https://chromewebstore.google.com/detail/swat-dining/hljemhgbbhjcmclhbdlalcoljlmjidll
Beskrivning Displays Swarthmore Dining Options for the day
Filstorlek 415 KB
Antal Installationer 49
Aktuell Version 3.3.3
Senast Uppdaterad 2024-01-25
Publiceringsdatum 2022-09-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare sccs-developers
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.sccs.swarthmore.edu/
Hjälpsida URL https://forms.gle/5fS8ieox4cXbwzLZ6
Stödda Språk 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"
    }
}