NTUCal

Add your NTU modules to your favourite calendar today!

Co to jest NTUCal?

NTUCal to rozszerzenie Chrome opracowane przez siewlandew, a jego główną funkcją jest „Add your NTU modules to your favourite calendar today!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia NTUCal

Pobierz pliki rozszerzeń NTUCal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa NTUCal NTUCal
ID bgbdnafmjkeiklgmbjbopbnhiloipmpk
Oficjalny URL https://chromewebstore.google.com/detail/ntucal/bgbdnafmjkeiklgmbjbopbnhiloipmpk
Opis Add your NTU modules to your favourite calendar today!
Rozmiar pliku 268 KB
Liczba instalacji 38
Aktualna Wersja 2.212
Ostatnia Aktualizacja 2024-01-09
Data Publikacji 2023-06-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper siewlandew
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}