UCSD Schedule Visualizer
Help quickly visualize UCSD schedule.
Co to jest UCSD Schedule Visualizer?
UCSD Schedule Visualizer to rozszerzenie Chrome opracowane przez 17victork, a jego główną funkcją jest „Help quickly visualize UCSD schedule.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UCSD Schedule Visualizer
Pobierz pliki rozszerzeń UCSD Schedule Visualizer 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
Optimize your UCSD class scheduling with our WebReg extension. 🚀 ‼️Key features‼️: - Visualize current schedule and custom events in recognizable colors. 📅 - Identify class fit in blue, and red if overlapping. 🔍 - Toggle timetable and class visibility by registration status. 👁️ - View planned, enrolled, or waitlisted classes. 👤 - Github page: https://github.com/WojtekTB/UCSD-Schedule-Visualizer
Podstawowe informacje o rozszerzeniu
Nazwa | UCSD Schedule Visualizer |
ID | jkaheldanccinoefddienccoblmcmhgn |
Oficjalny URL | https://chromewebstore.google.com/detail/ucsd-schedule-visualizer/jkaheldanccinoefddienccoblmcmhgn |
Opis | Help quickly visualize UCSD schedule. |
Rozmiar pliku | 35.91 KB |
Liczba instalacji | 332 |
Aktualna Wersja | 1.9.3 |
Ostatnia Aktualizacja | 2024-02-27 |
Data Publikacji | 2022-08-17 |
Ocena | 5.00/5 Łącznie 16 Oceny |
Deweloper | 17victork |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/WojtekTB/UCSD-Schedule-Visualizer |
Adres URL Strony Pomocy | https://github.com/WojtekTB/UCSD-Schedule-Visualizer |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UCSD Schedule Visualizer", "description": "Help quickly visualize UCSD schedule.", "version": "1.9.3", "icons": { "128": "ucsd-icon-128.png" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ { "resources": [ "table.html", "scripts\/*", "styles\/*" ], "matches": [ "https:\/\/act.ucsd.edu\/*" ], "use_dyanmics_url": true } ], "content_scripts": [ { "matches": [ "https:\/\/act.ucsd.edu\/webreg2\/*" ], "css": [ "styles\/timetablejs.css", "styles\/font.css" ], "js": [ "scripts\/ratingWindow.js", "scripts\/browser_action.js", "scripts\/timetable.js" ] } ], "manifest_version": 3 } |