RMP Schedule Builder Links
Get links to the ratemyprofessor pages for the professor(s) of each class!
RMP Schedule Builder Linksとは何ですか?
RMP Schedule Builder LinksはRachit Sharmaによって開発されたChromeの拡張機能で、その主な機能は「Get links to the ratemyprofessor pages for the professor(s) of each class!」です。
拡張機能のスクリーンショット
RMP Schedule Builder Links拡張機能のCRXファイルをダウンロード
RMP Schedule Builder Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As a sophomore at the UC Davis, I have been using schedule builder for quite some time. When recently using it for the fall quarter, I found it cumbersome to have to open a new tab and type in a professors name in order to get their ratemyprofessor scores and see the comments. While I know that extensions are available to show RMP scores directly on classes, often the best information comes from the comments. Because of this, I created an extension that automatically shows RMP links next to the professor(s) name of any class. Just click on it, and you will be lead directly to the ratemyprofessor site of the professor of the class. It is very convenient and will save you precious time!
拡張機能の基本情報
名前 | RMP Schedule Builder Links |
ID | bkoaldjpbiffcglcdkkiccjolepciajh |
公式URL | https://chromewebstore.google.com/detail/rmp-schedule-builder-link/bkoaldjpbiffcglcdkkiccjolepciajh |
説明 | Get links to the ratemyprofessor pages for the professor(s) of each class! |
ファイルサイズ | 48.67 KB |
インストール数 | 26 |
現在のバージョン | 0.1 |
最終更新日 | 2021-09-14 |
公開日 | 2021-09-14 |
開発者 | Rachit Sharma |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/RachitSharma2001/AllPossibleSchedules |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RMP Schedule Builder Links", "description": "Get links to the ratemyprofessor pages for the professor(s) of each class!", "version": "0.1", "icons": { "16": "Icon_16.png", "48": "Icon_48.png", "128": "Icon_128.png" }, "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/my.ucdavis.edu\/schedulebuilder\/index.cfm*" ], "js": [ "content_script.js" ] } ], "web_accessible_resources": [ { "resources": [ "test_file.txt" ], "matches": [ " |