HKUST Timetable Addon
Extends the timetable availability
HKUST Timetable Addonคืออะไร?
HKUST Timetable Addon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcus Cheung และคุณลักษณะหลักของมันคือ "Extends the timetable availability"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HKUST Timetable Addon
ดาวน์โหลดไฟล์ส่วนขยาย HKUST Timetable Addon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HKUST Timetable Addon |
ID | amgobcacdjcliphhejphfhcdhaikhcme |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hkust-timetable-addon/amgobcacdjcliphhejphfhcdhaikhcme |
คำอธิบาย | Extends the timetable availability |
ขนาดไฟล์ | 9.51 KB |
จำนวนการติดตั้ง | 5,762 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2024-01-18 |
วันที่เผยแพร่ | 2020-08-14 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Marcus Cheung |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Arcaneless/HKUST-Timetable-Planner-Addon |
ภาษาที่รองรับ | 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" } ] } |