Professor Warning: UT Austin
Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
什么是Professor Warning: UT Austin?
Professor Warning: UT Austin是由Kitch开发的Chrome扩展程序,该扩展的主要功能是“Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.”。
扩展截图
下载Professor Warning: UT Austin扩展crx文件
下载Professor Warning: UT Austin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The University of Texas at Austin has recently released information regarding 17 incidents of sexual misconduct, including 3 cases among faculty members. This chrome extension surfaces this information directly into the course catalogue so you can stay informed when signing up for classes. Names are linked to the publication provided by the University of Texas at Austin so you can read the allegations and summary review of the incident and make your own determination on what to do during registration.
扩展基本信息
名称 | Professor Warning: UT Austin |
ID | jinjlfdphlldlejkcgcgjjbfinpbojae |
官方URL | https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae |
简介 | Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin. |
文件大小 | 7.92 KB |
安装次数 | 95 |
当前版本 | 1.1 |
更新时间 | 2020-02-04 |
上架时间 | 2020-02-04 |
开发者 | Kitch |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Professor Warning: UT Austin", "description": "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.", "version": "1.1", "permissions": [ "https:\/\/utdirect.utexas.edu\/*" ], "icons": { "16": "icon16.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/utdirect.utexas.edu\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |