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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Are you a UBC student? Quickly see the previous grades received for your classes, and rate the course!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Course Penguin: Grades for UBC Students एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}