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 |
Eメール | [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" ] } ] } |