UCLA Audit+
Improves readability and useability of UCLA degree audit.
Что такое UCLA Audit+?
UCLA Audit+ - это расширение Chrome, разработанное hmccormick, и его основная функция - "Improves readability and useability of UCLA degree audit.".
Снимки экрана расширения
Скачать файл CRX расширения UCLA Audit+
Скачайте файлы расширений UCLA Audit+ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Improves readability and usability of UCLA degree audit (DARS) by displaying classes as icons, rather than text. WARNING: Not guaranteed to work with every major/degree program. Please check against your regular audit before using to verify that all classes are displayed correctly!
Основная информация о расширении
Название | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Официальный URL | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
Описание | Improves readability and useability of UCLA degree audit. |
Размер файла | 106 KB |
Количество установок | 167 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2021-04-02 |
Дата публикации | 2021-03-31 |
Разработчик | hmccormick |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/haydenmccormick/UCLA-audit-plus |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UCLA Audit+", "version": "0.1.0", "description": "Improves readability and useability of UCLA degree audit.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "css": [ "default.css" ], "js": [ "jquery-3.6.0.js", "content.js" ], "matches": [ "https:\/\/dars.ucla.edu\/selfservice\/audit\/*" ] } ] } |