uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
什么是uWaterloo Schedule Exporter?
uWaterloo Schedule Exporter是由Xierumeng开发的Chrome扩展程序,该扩展的主要功能是“Export your University of Waterloo class schedule directly from Quest.”。
扩展截图
下载uWaterloo Schedule Exporter扩展crx文件
下载uWaterloo Schedule Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | uWaterloo Schedule Exporter |
ID | kfdoehlfchipdmgngnabhaaggdmodgdk |
官方URL | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk |
简介 | Export your University of Waterloo class schedule directly from Quest. |
文件大小 | 290 KB |
安装次数 | 144 |
当前版本 | 1.9 |
更新时间 | 2021-08-27 |
上架时间 | 2018-10-27 |
评分 | 5.00/5 共1次评分 |
开发者 | Xierumeng |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Xierumeng/uwaterloo-schedule-exporter |
支持的语言 | 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" ] } ] } |