RateMyGWU
Displays Rate My Professors information directly on the GW schedule of classes
Qu'est-ce que RateMyGWU ?
RateMyGWU est une extension Chrome développée par Jamie Scott, et sa fonction principale est "Displays Rate My Professors information directly on the GW schedule of classes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RateMyGWU
Téléchargez les fichiers d'extension RateMyGWU au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cpbecdacgjgpnpehjgkhddiancbonija |
URL Officiel | https://chromewebstore.google.com/detail/ratemygwu/cpbecdacgjgpnpehjgkhddiancbonija |
Description | Displays Rate My Professors information directly on the GW schedule of classes |
Taille du Fichier | 408 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-08-17 |
Date de Publication | 2020-08-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Jamie Scott |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JamieScottC/RateMyGWU |
Langues Prises en Charge | 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 } |