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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
        }
    ]
}