Rate My Vandy Professors
Puts RateMyProfessors ratings directly into Vanderbilt Class Search.
Rate My Vandy Professorsとは何ですか?
Rate My Vandy Professorsはjkreleasesによって開発されたChromeの拡張機能で、その主な機能は「Puts RateMyProfessors ratings directly into Vanderbilt Class Search.」です。
拡張機能のスクリーンショット
Rate My Vandy Professors拡張機能のCRXファイルをダウンロード
Rate My Vandy Professors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View RateMyProfessors ratings for teachers you search for right within Class Search. After the results come in, see each teacher color-coded and make a more informed decision before you sign up for your next class. Please note that this extension does not work for classes with multiple teachers. v1.1.2 - Fixed distinction between two teachers with the same first and last names v1.1.1: - Fixed issue where the extension would not work on certain URLs v1.1: - Now shows results for helpfulness, clarity, and easiness while viewing class details
拡張機能の基本情報
名前 | Rate My Vandy Professors |
ID | oaoneifognaiapnemgpeifibjijidpne |
公式URL | https://chromewebstore.google.com/detail/rate-my-vandy-professors/oaoneifognaiapnemgpeifibjijidpne |
説明 | Puts RateMyProfessors ratings directly into Vanderbilt Class Search. |
ファイルサイズ | 69.21 KB |
インストール数 | 1,582 |
現在のバージョン | 1.1.2 |
最終更新日 | 2016-04-19 |
公開日 | 2016-04-19 |
評価 | 4.95/5 合計 39 レビュー |
開発者 | jkreleases |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rate My Vandy Professors", "short_name": "RateVandy", "description": "Puts RateMyProfessors ratings directly into Vanderbilt Class Search.", "version": "1.1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/www.ratemyprofessors.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/webapp.mis.vanderbilt.edu\/more\/SearchClasses*" ], "js": [ "jquery-2.1.4.min.js", "content.js", "subs.js" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |