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
官方網址 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\/*"
            ]
        }
    ]
}