U Plan by 华大课友

在 UW 的 MyPlan 上显示学生对当前课程的评价。

U Plan by 华大课友คืออะไร?

U Plan by 华大课友 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uwclassmate.com และคุณลักษณะหลักของมันคือ "在 UW 的 MyPlan 上显示学生对当前课程的评价。"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย U Plan by 华大课友

ดาวน์โหลดไฟล์ส่วนขยาย U Plan by 华大课友 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        在 UW 的 MyPlan 上显示学生对当前课程的评价。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ U Plan by 华大课友 U Plan by 华大课友
ID peldbkaogppcbjjjhhnmcmgickkopohp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/u-plan-by-%E5%8D%8E%E5%A4%A7%E8%AF%BE%E5%8F%8B/peldbkaogppcbjjjhhnmcmgickkopohp
คำอธิบาย 在 UW 的 MyPlan 上显示学生对当前课程的评价。
ขนาดไฟล์ 30.22 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-04-13
วันที่เผยแพร่ 2023-04-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://uwclassmate.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://uwclassmate.com/
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "U Plan by \u534e\u5927\u8bfe\u53cb",
    "version": "1.1",
    "description": "\u5728 UW \u7684 MyPlan \u4e0a\u663e\u793a\u5b66\u751f\u5bf9\u5f53\u524d\u8bfe\u7a0b\u7684\u8bc4\u4ef7\u3002",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/myplan.uw.edu\/course\/*"
            ],
            "run_at": "document_end"
        }
    ]
}