U Plan by 华大课友

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

什麼是U Plan by 华大课友?

U Plan by 华大课友是由https://uwclassmate.com開發的Chrome擴展程式,該擴展的主要功能是“在 UW 的 MyPlan 上显示学生对当前课程的评价。”。

擴展截圖

screenshot

下載U Plan by 华大课友擴展crx文件

下載U Plan by 华大课友擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 U Plan by 华大课友 U Plan by 华大课友
ID peldbkaogppcbjjjhhnmcmgickkopohp
官方網址 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"
        }
    ]
}