Webreg Course Info Extension

Displays information about professors and expected workload in webreg.

什么是Webreg Course Info Extension?

Webreg Course Info Extension是由thepot8totheory开发的Chrome扩展程序,该扩展的主要功能是“Displays information about professors and expected workload in webreg.”。

扩展截图

screenshot

下载Webreg Course Info Extension扩展crx文件

下载Webreg Course Info Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily check the ratings of your professors and courses on WebReg with this extension                    

扩展基本信息

名称 Webreg Course Info Extension Webreg Course Info Extension
ID oicloanloffjnombnhhmplbienojjepd
官方URL https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd
简介 Displays information about professors and expected workload in webreg.
文件大小 616 KB
安装次数 166
当前版本 1.1
更新时间 2023-11-06
上架时间 2023-09-20
评分 5.00/5 共1次评分
开发者 thepot8totheory
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webreg Course Info Extension",
    "version": "1.1",
    "icons": {
        "128": "UCSD128.png"
    },
    "description": "Displays information about professors and expected workload in webreg.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/act.ucsd.edu\/webreg2\/*"
            ],
            "css": [
                "Data_Visual.css"
            ],
            "js": [
                "Prof-Info.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "capes_data.csv",
                "rmp_data_without_empty_lines.csv"
            ],
            "matches": [
                "https:\/\/act.ucsd.edu\/*"
            ]
        }
    ]
}