Swat Dining

Displays Swarthmore Dining Options for the day

Что такое Swat Dining?

Swat Dining - это расширение Chrome, разработанное sccs-developers, и его основная функция - "Displays Swarthmore Dining Options for the day".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Swat Dining

Скачайте файлы расширений Swat Dining в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Swat Dining Swat Dining
ID hljemhgbbhjcmclhbdlalcoljlmjidll
Официальный URL https://chromewebstore.google.com/detail/swat-dining/hljemhgbbhjcmclhbdlalcoljlmjidll
Описание Displays Swarthmore Dining Options for the day
Размер файла 415 KB
Количество установок 49
Текущая Версия 3.3.3
Последнее Обновление 2024-01-25
Дата публикации 2022-09-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик sccs-developers
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.sccs.swarthmore.edu/
URL страницы помощи https://forms.gle/5fS8ieox4cXbwzLZ6
Поддерживаемые языки 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"
    }
}