U Plan by 华大课友
在 UW 的 MyPlan 上显示学生对当前课程的评价。
U Plan by 华大课友とは何ですか?
U Plan by 华大课友はhttps://uwclassmate.comによって開発されたChromeの拡張機能で、その主な機能は「在 UW 的 MyPlan 上显示学生对当前课程的评价。」です。
拡張機能のスクリーンショット
U Plan by 华大课友拡張機能のCRXファイルをダウンロード
U Plan by 华大课友拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
在 UW 的 MyPlan 上显示学生对当前课程的评价。
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } ] } |