Rate My UH
RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
Rate My UHとは何ですか?
Rate My UHはbilalasdによって開発されたChromeの拡張機能で、その主な機能は「RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page」です。
拡張機能のスクリーンショット
Rate My UH拡張機能のCRXファイルをダウンロード
Rate My UH拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
RateMyUH shows professor ratings from RateMyProfessor.com on peoplesoft class search page. Just install the extension and search for a class on peoplesoft. Rate My UH will show ratings in the same table as all the other information.
拡張機能の基本情報
名前 | |
ID | eempedjddojajeapkinidpgpfmjbcemh |
公式URL | https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh |
説明 | RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page |
ファイルサイズ | 87.73 KB |
インストール数 | 12 |
現在のバージョン | 2.0 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
開発者 | bilalasd |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My UH", "short_name": "RateMyUH", "version": "2.0", "manifest_version": 2, "description": "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/my.uh.edu\/*" ], "js": [ "src\/jquery-2.1.1.js", "src\/mutation-summary.js", "src\/content.js" ] } ] } |