CityU Quick Course Adder

To help you fill the CRNs quickly.

CityU Quick Course Adderとは何ですか?

CityU Quick Course Adderはh.mattjunkによって開発されたChromeの拡張機能で、その主な機能は「To help you fill the CRNs quickly.」です。

拡張機能のスクリーンショット

screenshot

CityU Quick Course Adder拡張機能のCRXファイルをダウンロード

CityU Quick Course Adder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The CityU Quick Course Adder is a helpful Chrome extension that makes entering CRNs faster. You just preload your CRNs, and the extension will automatically instantly put them on the 'Add or Drop Classes' page for you. It's a real time-saver! 

This is an updated version, building on the original 2016 version by Sam (ideati.me), which is no longer available.                    

拡張機能の基本情報

名前 CityU Quick Course Adder CityU Quick Course Adder
ID ailiklnkhplhpoeakbpcgomfdglmojbh
公式URL https://chromewebstore.google.com/detail/cityu-quick-course-adder/ailiklnkhplhpoeakbpcgomfdglmojbh
説明 To help you fill the CRNs quickly.
ファイルサイズ 34.91 KB
インストール数 459
現在のバージョン 1.0
最終更新日 2023-09-06
公開日 2023-09-06
評価 5.00/5 合計 1 レビュー
開発者 h.mattjunk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/H11Maitree/CityU-Course-Adder-Chorme-Extension
ヘルプページのURL https://github.com/H11Maitree/CityU-Course-Adder-Chorme-Extension/wiki/How-To-Use%3F
プライバシーポリシーページのURL https://github.com/H11Maitree/CityU-Course-Adder-Chorme-Extension/wiki/Privacy-Policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CityU Quick Course Adder",
    "description": "To help you fill the CRNs quickly.",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/banweb.cityu.edu.hk\/*",
                "http:\/\/banweb.cityu.edu.hk\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "include_globs": [
                "*bwskfreg.P_AltPin*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}