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!”。

扩展截图

screenshot
screenshot

下载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 Course Penguin: Grades for UBC Students
ID ipmoicpkajnkelipoladhjmhdinofebb
官方URL 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"
    }
}