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
电子邮箱 [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"
    }
}