NTUCal
Add your NTU modules to your favourite calendar today!
Was ist NTUCal?
NTUCal ist eine Chrome-Erweiterung, die von siewlandew entwickelt wurde, und ihr Hauptmerkmal ist "Add your NTU modules to your favourite calendar today!".
Erweiterungsscreenshots
NTUCal-Erweiterungs-CRX-Datei herunterladen
Laden Sie NTUCal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | NTUCal |
ID | bgbdnafmjkeiklgmbjbopbnhiloipmpk |
Offizielle URL | https://chromewebstore.google.com/detail/ntucal/bgbdnafmjkeiklgmbjbopbnhiloipmpk |
Beschreibung | Add your NTU modules to your favourite calendar today! |
Dateigröße | 268 KB |
Installationsanzahl | 38 |
Aktuelle Version | 2.212 |
Letztes Update | 2024-01-09 |
Veröffentlichungsdatum | 2023-06-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | siewlandew |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |