NTUCal
Add your NTU modules to your favourite calendar today!
NTUCalคืออะไร?
NTUCal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย siewlandew และคุณลักษณะหลักของมันคือ "Add your NTU modules to your favourite calendar today!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NTUCal
ดาวน์โหลดไฟล์ส่วนขยาย NTUCal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Say goodbye to calendar chaos and hello to organised academic bliss! Introducing our delightful Chrome extension that effortlessly imports your NTU courses and exam dates into any calendar of your choice. From lecture halls to study sessions, stay on top of your academic journey with a touch of whimsy. No more frantic manual entries or missed deadlines! Embrace the fun side of productivity and download our extension now to unlock a seamless scheduling experience. Let's turn your calendar into a colourful canvas of educational adventures!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NTUCal |
ID | bgbdnafmjkeiklgmbjbopbnhiloipmpk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ntucal/bgbdnafmjkeiklgmbjbopbnhiloipmpk |
คำอธิบาย | Add your NTU modules to your favourite calendar today! |
ขนาดไฟล์ | 268 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 2.212 |
อัปเดตครั้งล่าสุด | 2024-01-09 |
วันที่เผยแพร่ | 2023-06-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | siewlandew |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NTUCal", "version": "2.212", "description": "Add your NTU modules to your favourite calendar today!", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "core\/index.html", "default_title": "generateNTU" }, "background": { "service_worker": "core\/background.js" }, "icons": { "16": "core\/logo.png", "32": "core\/logo.png", "48": "core\/logo.png", "128": "core\/logo.png" } } |