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 |
官方網址 | 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 |
電子郵箱 | [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": [ " |