BetterCIS
Visualize UT instructor reviews
Wat is BetterCIS?
BetterCIS is een Chrome-extensie ontwikkeld door Ian Mobbs, en de belangrijkste functie is "Visualize UT instructor reviews".
Extensie Screenshots
Download het CRX-bestand van de extensie BetterCIS
Download BetterCIS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds visualizations to the Course Instructor Survey at The University of Texas at Austin so you can better visualize the quality of a professor.
Basisinformatie over de Extensie
Naam | BetterCIS |
ID | hnhghlpjpmiocdkgcgdpkfmapkphkgog |
Officiële URL | https://chromewebstore.google.com/detail/bettercis/hnhghlpjpmiocdkgcgdpkfmapkphkgog |
Beschrijving | Visualize UT instructor reviews |
Bestandsgrootte | 514 KB |
Aantal Installaties | 42 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2017-11-01 |
Publicatiedatum | 2017-10-31 |
Ontwikkelaar | Ian Mobbs |
Betalingswijze | free |
Extensiewebsite | http://github.com/ianmobbs/BetterCIS |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterCIS", "short_name": "BetterCIS", "description": "Visualize UT instructor reviews", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/utdirect.utexas.edu\/ctl\/ecis\/results\/view_results.WBX?*" ], "css": [ "c3\/c3.min.css" ], "js": [ "d3\/d3.min.js", "c3\/c3.min.js", "graph.js" ] } ] } |