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