uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
Wat is uWaterloo Schedule Exporter?
uWaterloo Schedule Exporter is een Chrome-extensie ontwikkeld door Xierumeng, en de belangrijkste functie is "Export your University of Waterloo class schedule directly from Quest.".
Extensie Screenshots
Download het CRX-bestand van de extensie uWaterloo Schedule Exporter
Download uWaterloo Schedule Exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kfdoehlfchipdmgngnabhaaggdmodgdk |
| Officiële URL | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk |
| Beschrijving | Export your University of Waterloo class schedule directly from Quest. |
| Bestandsgrootte | 290 KB |
| Aantal Installaties | 144 |
| Huidige Versie | 1.9 |
| Laatst Bijgewerkt | 2021-08-27 |
| Publicatiedatum | 2018-10-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Xierumeng |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Xierumeng/uwaterloo-schedule-exporter |
| Ondersteunde Talen | 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"
]
}
]
} | |