RIT Rate My Professor Extension
Shows the Rate My Professors rating of RIT professors while searching for classes on Tiger Center and CSH Schedule Maker.
RIT Rate My Professor Extension क्या है?
RIT Rate My Professor Extension DisillusionedGatsby द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the Rate My Professors rating of RIT professors while searching for classes on Tiger Center and CSH Schedule Maker."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RIT Rate My Professor Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Professors' names will now link to their Rate My Professors page (or the search results if not found). To better find professors, this extension will try different first/middle name combos as well as associated nicknames and diminutive names. The Github repo is here: https://github.com/CalvinWu4/RIT-Rate-My-Professors-Extension
एक्सटेंशन की मूल जानकारी
नाम | RIT Rate My Professor Extension |
ID | lcionigofpcbfpmnipnioapimoggnbda |
आधिकारिक URL | https://chromewebstore.google.com/detail/rit-rate-my-professor-ext/lcionigofpcbfpmnipnioapimoggnbda |
विवरण | Shows the Rate My Professors rating of RIT professors while searching for classes on Tiger Center and CSH Schedule Maker. |
फ़ाइल का आकार | 442 KB |
स्थापना संख्या | 130 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2023-07-24 |
प्रकाशन तिथि | 2020-10-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | DisillusionedGatsby |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RIT Rate My Professor Extension", "version": "3.0.0", "description": "Shows the Rate My Professors rating of RIT professors while searching for classes on Tiger Center and CSH Schedule Maker.", "author": "Calvin Wu", "browser_specific_settings": { "gecko": { "id": "{2f9f4409-05af-4441-82f0-13a3449dd1e6}", "strict_min_version": "101.0" } }, "host_permissions": [ "https:\/\/ratemyprofessors.com\/graphql", "https:\/\/www.ratemyprofessors.com\/graphql", "https:\/\/raw.githubusercontent.com\/carltonnorthern\/nickname-and-diminutive-names-lookup\/master\/names.csv\/" ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ ".\/tippy.css", ".\/light.css", ".\/content.css", ".\/content.bundle.js.map", ".\/background.bundle.js.map", ".\/background.bundle.js.LICENSE.txt" ], "matches": [ "https:\/\/tigercenter.rit.edu\/*", "https:\/\/schedulemaker.csh.rit.edu\/*", "https:\/\/schedule.csh.rit.edu\/*" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ ".\/content.bundle.js" ], "css": [ ".\/tippy.css", ".\/light.css", ".\/content.css" ], "matches": [ "https:\/\/tigercenter.rit.edu\/tigerCenterApp\/api\/class-search*", "https:\/\/schedulemaker.csh.rit.edu\/*", "https:\/\/schedule.csh.rit.edu\/*" ], "run_at": "document_end" } ], "background": { "service_worker": ".\/background.bundle.js" }, "icons": { "16": ".\/images\/16.png", "48": ".\/images\/48.png", "96": ".\/images\/96.png", "128": ".\/images\/128.png" } } |