RateMyGWU
Displays Rate My Professors information directly on the GW schedule of classes
RateMyGWU क्या है?
RateMyGWU Jamie Scott द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays Rate My Professors information directly on the GW schedule of classes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RateMyGWU एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Makes the lives of GW students easier by displaying Rate My Professor data directly on the GW schedule of classes. Simply hover over a professors name to see information such as their overall rating and their level of difficulty! You may also click on the professors name to be linked directly to their Rate My Professor page.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cpbecdacgjgpnpehjgkhddiancbonija |
आधिकारिक URL | https://chromewebstore.google.com/detail/ratemygwu/cpbecdacgjgpnpehjgkhddiancbonija |
विवरण | Displays Rate My Professors information directly on the GW schedule of classes |
फ़ाइल का आकार | 408 KB |
स्थापना संख्या | 85 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-08-17 |
प्रकाशन तिथि | 2020-08-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Jamie Scott |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/JamieScottC/RateMyGWU |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RateMyGWU", "version": "1.0", "description": "Displays Rate My Professors information directly on the GW schedule of classes", "permissions": [ "*:\/\/www.ratemyprofessors.com\/*", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ], "web_accessible_resources": [ "css\/rate.css", "fonts\/Manrope\/Manrope-VariableFont_wght.ttf" ], "background": { "scripts": [ "\/js\/jquery-3.5.1.min.js", "\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/my.gwu.edu\/mod\/pws\/courses.cfm?campId=*&termId=*&subjId=*" ], "js": [ "\/js\/jquery-3.5.1.min.js", "\/js\/injectRate.js" ], "css": [ "\/css\/rate.css" ], "run_at": "document_end" } ], "page_action": { "default_icon": { "16": "images\/RateMyGWULogo16.png", "32": "images\/RateMyGWULogo32.png", "48": "images\/RateMyGWULogo48.png", "128": "images\/RateMyGWULogo128.png" } }, "icons": { "16": "images\/RateMyGWULogo16.png", "32": "images\/RateMyGWULogo32.png", "48": "images\/RateMyGWULogo48.png", "128": "images\/RateMyGWULogo128.png" }, "manifest_version": 2 } |