Sort My Classes
Sort the classes on schedule builder based on ratings of professors!
Sort My Classes란 무엇입니까?
Sort My Classes은(는) Rachit Sharma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort the classes on schedule builder based on ratings of professors!"입니다.
확장 프로그램 스크린샷
Sort My Classes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When students search for courses to register, they often pick courses based on the overall or difficulty rating (from ratemyprofessors) of the professor of the class. This extension allows a student to sort all the classes they search for by the ratings of the professors. This is extremely convenient when looking for courses to sign up for. Many students, including me, repeatedly search up the rate-my-professor scores for each course, which can get extremely time consuming when there are many course options you could take. Now, all you need to do is click one button, and all the possible classes you can take are sorted by ratings of the professors. Then, all you need to do is look at the top few classes to register. This will save you so much time when searching for the best or easiest courses to take. During registration for the Fall Quarter 2021, I needed to find a G.E that fit certain requirements and had a highly rated professor. The problem was that there were so many options, and so I found myself wasting 3-5 hours just scouring through rate my professor. If I had this extension, my work would have been done in a few seconds. I hope this extension can provide you with similar time efficiency.
확장 프로그램 기본 정보
이름 | Sort My Classes |
ID | bnidhdgmmbkcagojcfopaeedlnbnlhfe |
공식 URL | https://chromewebstore.google.com/detail/sort-my-classes/bnidhdgmmbkcagojcfopaeedlnbnlhfe |
설명 | Sort the classes on schedule builder based on ratings of professors! |
파일 크기 | 910 KB |
설치 횟수 | 152 |
현재 버전 | 0.2 |
최근 업데이트 | 2022-05-04 |
출시 날짜 | 2021-09-25 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Rachit Sharma |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/RachitSharma2001/SortMyClasses |
도움말 페이지 URL | https://github.com/RachitSharma2001/SortMyClasses |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sort My Classes", "description": "Sort the classes on schedule builder based on ratings of professors!", "version": "0.2", "icons": { "16": "Icon16.png", "48": "Icon48.png", "128": "Icon128.png" }, "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.ratemyprofessors.com\/ShowRatings.jsp?*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/my.ucdavis.edu\/schedulebuilder\/index.cfm*" ], "js": [ "content_script.js" ] } ], "web_accessible_resources": [ { "resources": [ "ProfTids.txt" ], "matches": [ " |