JCU Class Timetable Downloader
Open Student First website, this downloader can help you to add timetable to your calendar
JCU Class Timetable Downloaderคืออะไร?
JCU Class Timetable Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dezhi และคุณลักษณะหลักของมันคือ "Open Student First website, this downloader can help you to add timetable to your calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JCU Class Timetable Downloader
ดาวน์โหลดไฟล์ส่วนขยาย JCU Class Timetable Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For JCU students ONLY, open Student First website, and install this extentsion. 1. Click the class you want, or use the "Select All Classes" button, the background color will turn to green. 2. Click "Download to Calendar" button, it will download a calendar file, open it and enjoy the rest. 3. If you want to reselect, right click the web page and click "Reload".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JCU Class Timetable Downloader |
ID | hkfkghiccnjamacegfdifnmehdlimfog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog |
คำอธิบาย | Open Student First website, this downloader can help you to add timetable to your calendar |
ขนาดไฟล์ | 91.07 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2020-11-07 |
วันที่เผยแพร่ | 2020-11-05 |
ผู้พัฒนา | Dezhi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JCU Class Timetable Downloader", "version": "1.0.6", "description": "Open Student First website, this downloader can help you to add timetable to your calendar", "author": "Dezhi Wang; [email protected]", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "homepage_url": "https:\/\/github.com\/UncleSamJCU\/JCUClassDownloader", "content_scripts": [ { "matches": [ "https:\/\/secure.jcu.edu.sg\/StudentFirst\/*" ], "js": [ "js\/jquery.js", "js\/download.js" ], "run_at": "document_end" } ] } |