Professor Plug
Instantly connects you to professor ratings!
Qu'est-ce que Professor Plug ?
Professor Plug est une extension Chrome développée par Unknown, et sa fonction principale est "Instantly connects you to professor ratings!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Professor Plug
Téléchargez les fichiers d'extension Professor Plug 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
If you have been in school for a while then you've probably realized that some professors are a little bit better than others. This leads most of us to do "research" on RateMyProfessors.com to find the easiest and/or best professor for each of our classes. Wouldn't it be nice, however, if you didn't have to search for each individual professor? Professor Plug is a web browser add-on that instantly creates links to professor ratings directly from the class registration page! It has been made specifically for BYU students.
Informations de Base sur l'Extension
Nom | Professor Plug |
ID | bphnnkjcknejjgpgifinoikkjniaakod |
URL Officiel | https://chromewebstore.google.com/detail/professor-plug/bphnnkjcknejjgpgifinoikkjniaakod |
Description | Instantly connects you to professor ratings! |
Taille du Fichier | 57.23 KB |
Nombre d'Installations | 406 |
Version Actuelle | 1.4.4 |
Dernière Mise à Jour | 2014-03-19 |
Date de Publication | 2014-03-19 |
Évaluation | 3.97/5 Total 31 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Professor Plug", "version": "1.4.4", "manifest_version": 2, "description": "Instantly connects you to professor ratings!", "content_scripts": [ { "matches": [ "https:\/\/gamma.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi", "https:\/\/gamma.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regEnvelopes.cgi", "https:\/\/gamma.byu.edu\/ry\/ae\/prod\/sps\/cgi\/mymap.cgi" ], "css": [ "\/css\/main.css", "\/css\/jquery.fancybox.css" ], "js": [ "\/js\/jquery.js", "\/js\/main.js", "\/js\/cross-browser-requests.js", "\/js\/jquery.mousewheel-3.0.6.pack.js", "\/js\/jquery.fancybox.pack.js" ] } ], "web_accessible_resources": [ "images\/fancybox_sprite.png", "images\/fancybox_loading.gif", "images\/blank.gif", "images\/fancybox_overlay.png" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |