U Plan by 华大课友
在 UW 的 MyPlan 上显示学生对当前课程的评价。
Wat is U Plan by 华大课友?
U Plan by 华大课友 is een Chrome-extensie ontwikkeld door https://uwclassmate.com, en de belangrijkste functie is "在 UW 的 MyPlan 上显示学生对当前课程的评价。".
Extensie Screenshots
Download het CRX-bestand van de extensie U Plan by 华大课友
Download U Plan by 华大课友-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
在 UW 的 MyPlan 上显示学生对当前课程的评价。
Basisinformatie over de Extensie
Naam | U Plan by 华大课友 |
ID | peldbkaogppcbjjjhhnmcmgickkopohp |
Officiële URL | https://chromewebstore.google.com/detail/u-plan-by-%E5%8D%8E%E5%A4%A7%E8%AF%BE%E5%8F%8B/peldbkaogppcbjjjhhnmcmgickkopohp |
Beschrijving | 在 UW 的 MyPlan 上显示学生对当前课程的评价。 |
Bestandsgrootte | 30.22 KB |
Aantal Installaties | 143 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-04-13 |
Publicatiedatum | 2023-04-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://uwclassmate.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://uwclassmate.com/ |
Ondersteunde Talen | 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" } ] } |