uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
Co to jest uWaterloo Schedule Exporter?
uWaterloo Schedule Exporter to rozszerzenie Chrome opracowane przez Xierumeng, a jego główną funkcją jest „Export your University of Waterloo class schedule directly from Quest.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia uWaterloo Schedule Exporter
Pobierz pliki rozszerzeń uWaterloo Schedule Exporter 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
NEW INSTRUCTIONS 2021-08-27: Go to **Class Schedule**, select the term, then select **Weekly Calendar View** and return to **List View**. Switching back and forth is required to load the document so the extension can recognize this event.
This is a fork from the original author's project (Baraa Hamodi). I (Xierumeng) have permission to modify and publish their work. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kfdoehlfchipdmgngnabhaaggdmodgdk |
| Oficjalny URL | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk |
| Opis | Export your University of Waterloo class schedule directly from Quest. |
| Rozmiar pliku | 290 KB |
| Liczba instalacji | 144 |
| Aktualna Wersja | 1.9 |
| Ostatnia Aktualizacja | 2021-08-27 |
| Data Publikacji | 2018-10-27 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Xierumeng |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/Xierumeng/uwaterloo-schedule-exporter |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "uWaterloo Schedule Exporter",
"version": "1.9",
"description": "Export your University of Waterloo class schedule directly from Quest.",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/quest.pecs.uwaterloo.ca\/*"
],
"all_frames": true,
"js": [
"jquery-2.2.3.min.js",
"moment-with-locales.min.js",
"main.js"
]
}
]
} | |