NTUCal

Add your NTU modules to your favourite calendar today!

什麼是NTUCal?

NTUCal是由siewlandew開發的Chrome擴展程式,該擴展的主要功能是“Add your NTU modules to your favourite calendar today!”。

擴展截圖

screenshot
screenshot
screenshot

下載NTUCal擴展crx文件

下載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
官方網址 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"
    }
}