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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}