Rate My Gopher UMN Professor Ratings
Load Rate My Professor ratings on the University of Minnesota schedule builder website! This extension works for UMN TC.
Rate My Gopher UMN Professor Ratingsとは何ですか?
Rate My Gopher UMN Professor Ratingsはhttps://yelt3d.comによって開発されたChromeの拡張機能で、その主な機能は「Load Rate My Professor ratings on the University of Minnesota schedule builder website! This extension works for UMN TC.」です。
拡張機能のスクリーンショット
Rate My Gopher UMN Professor Ratings拡張機能のCRXファイルをダウンロード
Rate My Gopher UMN Professor Ratings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
See Rate My Professors ratings alongside a professor's name when searching for UMN courses. When searching for courses on UMN's schedule builder, RMP's overall score, difficulty score, and review tags will be shown on the righthand side of the screen for each instructor teaching the course. Clicking on the professor's name will open a link to the RMP website with detailed responses and reviews. 1. Load up the University of Minnesota schedule builder. 2. Click the "Search Professors Button"
拡張機能の基本情報
名前 | |
ID | pmblceckdalgamfhocahemcelikplpkg |
公式URL | https://chromewebstore.google.com/detail/rate-my-gopher-umn-profes/pmblceckdalgamfhocahemcelikplpkg |
説明 | Load Rate My Professor ratings on the University of Minnesota schedule builder website! This extension works for UMN TC. |
ファイルサイズ | 46.89 KB |
インストール数 | 160 |
現在のバージョン | 0.1 |
最終更新日 | 2020-01-15 |
公開日 | 2020-01-15 |
評価 | 4.86/5 合計 7 レビュー |
開発者 | https://yelt3d.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://yelt3d.com/coding-projects/university-of-minnesota-rate-my-professor-chrome-extension/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rate My Gopher UMN Professor Ratings", "version": "0.1", "description": "Load Rate My Professor ratings on the University of Minnesota schedule builder website! This extension works for UMN TC.", "browser_action": { "default_icon": { "16": "icon16.png", "32": "icon32.png" }, "default_popup": "popup.html", "default_title": "Check here to see Rate My Goper instructions and developer credits." }, "permissions": [ "https:\/\/solr-aws-elb-production.ratemyprofessors.com\/*" ], "icons": { "128": "icon128.png", "32": "icon32.png", "48": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/schedulebuilder.umn.edu\/*" ], "js": [ "jquery-3.4.1.min.js", "content.js" ], "run_at": "document_end" } ] } |