Webreg Course Info Extension

Displays information about professors and expected workload in webreg.

Webreg Course Info Extensionคืออะไร?

Webreg Course Info Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thepot8totheory และคุณลักษณะหลักของมันคือ "Displays information about professors and expected workload in webreg."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webreg Course Info Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}