NTUCal

Add your NTU modules to your favourite calendar today!

What is NTUCal?

NTUCal is a Chrome extension developed by siewlandew, and its main feature is "Add your NTU modules to your favourite calendar today!".

Extension Screenshots

screenshot
screenshot
screenshot

Download NTUCal Extension CRX File

Download NTUCal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name NTUCal NTUCal
ID bgbdnafmjkeiklgmbjbopbnhiloipmpk
Official URL https://chromewebstore.google.com/detail/ntucal/bgbdnafmjkeiklgmbjbopbnhiloipmpk
Description Add your NTU modules to your favourite calendar today!
File Size 268 KB
Installation Count 38
Current Version 2.212
Last Updated 2024-01-09
Publish Date 2023-06-07
Rating 5.00/5 Total 1 Ratings
Developer siewlandew
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}