uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
uWaterloo Schedule Exporter là gì?
uWaterloo Schedule Exporter là một tiện ích mở rộng Chrome được phát triển bởi Xierumeng, và tính năng chính của nó là "Export your University of Waterloo class schedule directly from Quest.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng uWaterloo Schedule Exporter
Tải xuống các tệp mở rộng uWaterloo Schedule Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | uWaterloo Schedule Exporter |
ID | kfdoehlfchipdmgngnabhaaggdmodgdk |
URL Chính Thức | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk |
Mô tả | Export your University of Waterloo class schedule directly from Quest. |
Kích Thước Tệp | 290 KB |
Số Lần Cài Đặt | 144 |
Phiên Bản Hiện Tại | 1.9 |
Cập Nhật Lần Cuối | 2021-08-27 |
Ngày Phát Hành | 2018-10-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Xierumeng |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Xierumeng/uwaterloo-schedule-exporter |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |