Course Penguin: Grades for UBC Students
Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course!
Cos'è Course Penguin: Grades for UBC Students?
Course Penguin: Grades for UBC Students è un'estensione di Chrome sviluppata da https://allotrope.io, e la sua funzione principale è "Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Course Penguin: Grades for UBC Students
Scarica i file di estensione Course Penguin: Grades for UBC Students in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Choosing electives is difficult, and more often than not can backfire - just because a friend found that class easy, doesn't mean you will too. It's a common story: Your friend who's really good at exam writing takes a course with 100% of the grades based on exams. They then recommend it to you as a GPA booster, but you'd much rather taken a course with less weighting on exams and more on homework: And you don't enjoy yourself when you take that course. Made for UBC students, Coursepenguin aims to correct that by grabbing available grade data for all of your courses and allowing users to vote on the difficulty of a course. Best of all, Coursepenguin shows you this information directly when you're looking for classes to register for. Make informed decisions about whether or not a class is for you. Currently supports courses.ubc.ca and Canvas (Must be on a course homepage)!
Informazioni di Base sull'Estensione
Nome | Course Penguin: Grades for UBC Students |
ID | ipmoicpkajnkelipoladhjmhdinofebb |
URL Ufficiale | https://chromewebstore.google.com/detail/course-penguin-grades-for/ipmoicpkajnkelipoladhjmhdinofebb |
Descrizione | Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course! |
Dimensione del File | 162 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 0.0.3 (Beta) |
Ultimo Aggiornamento | 2017-09-30 |
Data di Pubblicazione | 2017-09-29 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://allotrope.io |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://allotrope.io/penguin/about |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Course Penguin: Grades for UBC Students", "short_name": "CoursePenguin", "version": "0.0.3", "version_name": "0.0.3 (Beta)", "description": "Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course!", "author": "Adam M", "content_scripts": [ { "matches": [ "https:\/\/courses.students.ubc.ca\/*", "https:\/\/canvas.ubc.ca\/*" ], "css": [ "hint.css", "penguin.css" ], "js": [ "jquery-3.2.1.min.js", "Chart.js", "penguin.js" ] } ], "web_accessible_resources": [ "modalCourses.html", "modalCanvas.html", "img\/*" ], "icons": { "48": "logo128.png", "128": "logo128.png" } } |