UCalgary Rate My Prof

Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.

UCalgary Rate My Profとは何ですか?

UCalgary Rate My ProfはHCExtensionsによって開発されたChromeの拡張機能で、その主な機能は「Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.」です。

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

screenshot
screenshot

UCalgary Rate My Prof拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings.

Buy me a coffee: https://ko-fi.com/harrych                    

拡張機能の基本情報

名前 UCalgary Rate My Prof UCalgary Rate My Prof
ID jhepjbdemjpcednmndlogbjbkmoppeaj
公式URL https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj
説明 Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
ファイルサイズ 14.35 KB
インストール数 109
現在のバージョン 0.1.1
最終更新日 2024-02-25
公開日 2023-04-02
開発者 HCExtensions
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UCalgary Rate My Prof",
    "description": "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vsb.my.ucalgary.ca\/*",
                "https:\/\/*.ucalgary.ca\/*\/courses*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/professor16.png",
        "32": "icons\/professor32.png",
        "48": "icons\/professor48.png",
        "128": "icons\/professor128.png"
    }
}