Course Penguin: Grades for UBC Students
Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course!
什麼是Course Penguin: Grades for UBC Students?
Course Penguin: Grades for UBC Students是由https://allotrope.io開發的Chrome擴展程式,該擴展的主要功能是“Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course!”。
擴展截圖
下載Course Penguin: Grades for UBC Students擴展crx文件
下載Course Penguin: Grades for UBC Students擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)!
擴展基本資訊
名稱 | Course Penguin: Grades for UBC Students |
ID | ipmoicpkajnkelipoladhjmhdinofebb |
官方網址 | https://chromewebstore.google.com/detail/course-penguin-grades-for/ipmoicpkajnkelipoladhjmhdinofebb |
簡介 | Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course! |
檔案大小 | 162 KB |
安裝次數 | 55 |
目前版本 | 0.0.3 (Beta) |
更新時間 | 2017-09-30 |
上架時間 | 2017-09-29 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://allotrope.io |
付費類型 | free |
說明頁面URL | https://allotrope.io/penguin/about |
支援的語言 | 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" } } |