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 là gì?
Course Penguin: Grades for UBC Students là một tiện ích mở rộng Chrome được phát triển bởi https://allotrope.io, và tính năng chính của nó là "Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Course Penguin: Grades for UBC Students
Tải xuống các tệp mở rộng Course Penguin: Grades for UBC Students dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Course Penguin: Grades for UBC Students |
ID | ipmoicpkajnkelipoladhjmhdinofebb |
URL Chính Thức | https://chromewebstore.google.com/detail/course-penguin-grades-for/ipmoicpkajnkelipoladhjmhdinofebb |
Mô tả | Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course! |
Kích Thước Tệp | 162 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 0.0.3 (Beta) |
Cập Nhật Lần Cuối | 2017-09-30 |
Ngày Phát Hành | 2017-09-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://allotrope.io |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://allotrope.io/penguin/about |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |