HKUST Timetable Addon
Extends the timetable availability
HKUST Timetable Addon là gì?
HKUST Timetable Addon là một tiện ích mở rộng Chrome được phát triển bởi Marcus Cheung, và tính năng chính của nó là "Extends the timetable availability".
Ả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 HKUST Timetable Addon
Tải xuống các tệp mở rộng HKUST Timetable Addon 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
This is an extension of Hong Kong University of Science and Technology official time table planner (https://admlu65.ust.hk/). It unblocks restrictions of the planner before the validation period. The main feature of this extension is to allow planner access of the upcoming semester. 此插件解除 "validation period" 限制,允許用家於香港科技大學官方時間表編輯器提早設計時間表。 此插件主要功能為提早編排下一個學年之時間表。 Add this extension, go back to the planner, refresh and you are all set. 加入此插件,返回編輯器及按F5,完成 This is an open source project. Feel free to contribute and create pull request. Open issue on github if you have any technical problem: 這是開源項目: https://github.com/Arcaneless/HKUST-Timetable-Planner-Addon I am not responsible for any data loss or error occurred in the website (https://admlu65.ust.hk/). This is a third party extension created by an HKUST student only for convenience.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HKUST Timetable Addon |
ID | amgobcacdjcliphhejphfhcdhaikhcme |
URL Chính Thức | https://chromewebstore.google.com/detail/hkust-timetable-addon/amgobcacdjcliphhejphfhcdhaikhcme |
Mô tả | Extends the timetable availability |
Kích Thước Tệp | 9.51 KB |
Số Lần Cài Đặt | 5,762 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2024-01-18 |
Ngày Phát Hành | 2020-08-14 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Marcus Cheung |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Arcaneless/HKUST-Timetable-Planner-Addon |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HKUST Timetable Addon", "version": "0.5", "description": "Extends the timetable availability", "action": { "default_icon": "icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/admlu65.ust.hk\/" ], "js": [ "content-script.js" ], "run_at": "document_idle" } ] } |