NTUCal

Add your NTU modules to your favourite calendar today!

Wat is NTUCal?

NTUCal is een Chrome-extensie ontwikkeld door siewlandew, en de belangrijkste functie is "Add your NTU modules to your favourite calendar today!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie NTUCal

Download NTUCal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam NTUCal NTUCal
ID bgbdnafmjkeiklgmbjbopbnhiloipmpk
Officiële URL https://chromewebstore.google.com/detail/ntucal/bgbdnafmjkeiklgmbjbopbnhiloipmpk
Beschrijving Add your NTU modules to your favourite calendar today!
Bestandsgrootte 268 KB
Aantal Installaties 38
Huidige Versie 2.212
Laatst Bijgewerkt 2024-01-09
Publicatiedatum 2023-06-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar siewlandew
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}