USC WebReg Super Schedule
Hover over and click classes on WebReg to visualize them on your calendar
Co to jest USC WebReg Super Schedule?
USC WebReg Super Schedule to rozszerzenie Chrome opracowane przez Tommy Trojan, a jego główną funkcją jest „Hover over and click classes on WebReg to visualize them on your calendar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia USC WebReg Super Schedule
Pobierz pliki rozszerzeń USC WebReg Super Schedule 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
Sick of opening a 100 tabs when registering for classes? Use this Chrome extension to see your calendar while registering for classes. Hover/click on classes to visualize them in your calendar. DISCLAIMER: This is just a calendar visualization tool. This tool will in no way affect or alter your CourseBin and registered classes
Podstawowe informacje o rozszerzeniu
Nazwa | USC WebReg Super Schedule |
ID | jhnjpcpkgbjkhkjhngldcoalpojfpmka |
Oficjalny URL | https://chromewebstore.google.com/detail/usc-webreg-super-schedule/jhnjpcpkgbjkhkjhngldcoalpojfpmka |
Opis | Hover over and click classes on WebReg to visualize them on your calendar |
Rozmiar pliku | 1.49 MB |
Liczba instalacji | 437 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2019-11-22 |
Data Publikacji | 2019-11-20 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Tommy Trojan |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "USC WebReg Super Schedule", "version": "0.0.2", "manifest_version": 2, "description": "Hover over and click classes on WebReg to visualize them on your calendar", "homepage_url": "http:\/\/gautamjethwani.com", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "src\/popup.html" }, "default_locale": "en", "permissions": [ "*:\/\/webreg.usc.edu\/*" ], "content_scripts": [ { "all_frames": false, "run_at": "document_end", "matches": [ "*:\/\/webreg.usc.edu\/Departments*" ], "js": [ "src\/calendar.js", "src\/get-registered-classes.js", "src\/insert-calendar-departments.js" ], "css": [ "src\/calendar-assets\/Cal.css", "src\/calendar-assets\/css", "src\/calendar-assets\/css(1)", "src\/calendar-assets\/css(2)", "src\/loader.css" ] }, { "all_frames": false, "run_at": "document_end", "matches": [ "*:\/\/webreg.usc.edu\/Courses*" ], "js": [ "js\/jquery-3.4.1.min.js", "src\/calendar.js", "src\/get-registered-classes.js", "src\/insert-calendar-courses.js" ], "css": [ "src\/calendar-assets\/Cal.css", "src\/calendar-assets\/css", "src\/calendar-assets\/css(1)", "src\/calendar-assets\/css(2)", "src\/loader.css" ] } ], "web_accessible_resources": [ "src\/calendar-assets\/Cal.css", "src\/calendar-assets\/css", "src\/calendar-assets\/css(1)", "src\/calendar-assets\/css(2)", "src\/loader.css", "src\/calendar.html" ] } |