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 |
官方網址 | 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" ] } ] } |