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
公式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
Eメール [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"
    }
}