Sort My Classes
Sort the classes on schedule builder based on ratings of professors!
Sort My Classes क्या है?
Sort My Classes Rachit Sharma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort the classes on schedule builder based on ratings of professors!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sort My Classes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |