uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
Co je uWaterloo Schedule Exporter?
uWaterloo Schedule Exporter je rozšíření Chrome vyvinuté Xierumeng, a jeho hlavní funkcí je „Export your University of Waterloo class schedule directly from Quest.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření uWaterloo Schedule Exporter
Stáhněte si soubory rozšíření uWaterloo Schedule Exporter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | uWaterloo Schedule Exporter |
ID | kfdoehlfchipdmgngnabhaaggdmodgdk |
Oficiální URL | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk |
Popis | Export your University of Waterloo class schedule directly from Quest. |
Velikost souboru | 290 KB |
Počet instalací | 144 |
Aktuální Verze | 1.9 |
Poslední Aktualizace | 2021-08-27 |
Datum Vydání | 2018-10-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Xierumeng |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Xierumeng/uwaterloo-schedule-exporter |
Podporované Jazyky | 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" ] } ] } |