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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}