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 |
官方網址 | 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" } ] } |