UMass Professor Ratings
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
UMass Professor Ratingsとは何ですか?
UMass Professor Ratingsはanthony.rotirotiによって開発されたChromeの拡張機能で、その主な機能は「UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…」です。
拡張機能のスクリーンショット
UMass Professor Ratings拡張機能のCRXファイルをダウンロード
UMass Professor Ratings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension installed, ratings for each professor are displayed next to the professor's name, as well as a link to every in depth review.
拡張機能の基本情報
名前 | |
ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
公式URL | https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi |
説明 | UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension… |
ファイルサイズ | 84.28 KB |
インストール数 | 81 |
現在のバージョン | 1.2 |
最終更新日 | 2019-04-01 |
公開日 | 2019-03-31 |
評価 | 5.00/5 合計 15 レビュー |
開発者 | anthony.rotiroti |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UMass Professor Ratings", "version": "1.2", "background": { "scripts": [ "jquery-3.2.1.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.spire.umass.edu\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "permissions": [ "http:\/\/www.ratemyprofessors.com\/*", "https:\/\/www.ratemyprofessors.com\/*", "https:\/\/www.spire.com.umass.edu\/*" ] } |