uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
Hvad er uWaterloo Schedule Exporter?
uWaterloo Schedule Exporter er en Chrome-udvidelse udviklet af Xierumeng, og dens hovedfunktion er "Export your University of Waterloo class schedule directly from Quest.".
Udvidelsesskærmbilleder
Download uWaterloo Schedule Exporter-udvidelses-CRX-fil
Download uWaterloo Schedule Exporter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kfdoehlfchipdmgngnabhaaggdmodgdk |
| Officiel URL | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk |
| Beskrivelse | Export your University of Waterloo class schedule directly from Quest. |
| Filstørrelse | 290 KB |
| Antal Installationer | 144 |
| Nuværende Version | 1.9 |
| Senest Opdateret | 2021-08-27 |
| Udgivelsesdato | 2018-10-27 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Xierumeng |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Xierumeng/uwaterloo-schedule-exporter |
| Understøttede Sprog | 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"
]
}
]
} | |