NTUCal

Add your NTU modules to your favourite calendar today!

Τι είναι το NTUCal;

Το NTUCal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον siewlandew, και η κύρια λειτουργία του είναι "Add your NTU modules to your favourite calendar today!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου 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 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"
    }
}