UMD Professor Ratings
This extension displays professor ratings next to the classes they are teaching.
UMD Professor Ratingsとは何ですか?
UMD Professor RatingsはMatthew Foulkによって開発されたChromeの拡張機能で、その主な機能は「This extension displays professor ratings next to the classes they are teaching.」です。
拡張機能のスクリーンショット
UMD Professor Ratings拡張機能のCRXファイルをダウンロード
UMD Professor Ratings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View professor ratings alongside their class offerings for the University of Maryland schedule of classes.
拡張機能の基本情報
名前 | UMD Professor Ratings |
ID | fgfodddkancncjeipifhldbceifkomhi |
公式URL | https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi |
説明 | This extension displays professor ratings next to the classes they are teaching. |
ファイルサイズ | 1.88 MB |
インストール数 | 288 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-01-12 |
公開日 | 2020-12-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Matthew Foulk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UMD Professor Ratings", "description": "This extension displays professor ratings next to the classes they are teaching.", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/app.testudo.umd.edu\/soc\/*" ], "js": [ "jquery.js", "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "matches": [ "https:\/\/app.testudo.umd.edu\/*" ], "extension_ids": [] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png" } } |