UMICH Course Guide RMP

Shows Rate My Prof information on LSA Course Guide

UMICH Course Guide RMPとは何ですか?

UMICH Course Guide RMPはwongio420によって開発されたChromeの拡張機能で、その主な機能は「Shows Rate My Prof information on LSA Course Guide」です。

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

screenshot

UMICH Course Guide RMP拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enhances user experience by injecting Rate My Professor rating into the LSA course guide. User is able to click on rating to be directed to corresponding Rate My Professor website.                    

拡張機能の基本情報

名前 UMICH Course Guide RMP UMICH Course Guide RMP
ID efdamipekmokgifmpdokfeemlfalffma
公式URL https://chromewebstore.google.com/detail/umich-course-guide-rmp/efdamipekmokgifmpdokfeemlfalffma
説明 Shows Rate My Prof information on LSA Course Guide
ファイルサイズ 4.61 KB
インストール数 74
現在のバージョン 1.0
最終更新日 2020-08-31
公開日 2020-08-31
評価 5.00/5 合計 1 レビュー
開発者 wongio420
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/skarahann/UMichRateYourProfessorChrome
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UMICH Course Guide RMP",
    "version": "1.0",
    "description": "Shows Rate My Prof information on LSA Course Guide",
    "author": "Alex and Serdar",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lsa.umich.edu\/cg\/cg_results.aspx?*"
            ],
            "js": [
                "course_guide_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "32": "icon.png"
    }
}