Gopher Grades - Past grades for UMN classes!

Now you can view directly from the course catalog!

ما هو Gopher Grades - Past grades for UMN classes!؟

Gopher Grades - Past grades for UMN classes! هو إضافة Chrome تم تطويرها بواسطة https://umn.lol، والميزة الرئيسية لها هي "Now you can view directly from the course catalog!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Gopher Grades - Past grades for UMN classes!

قم بتنزيل ملفات الامتداد Gopher Grades - Past grades for UMN classes! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It can be difficult to keep track of all of the different assignments and deadlines in college. The Gopher Grades website and extension can help with that by providing grade distribution data for each course on a per-instructor basis. This can be helpful in deciding which classes to take and which instructors to take them from. The data is based on GPA information from the past semesters.

This extension adds GopherGrades features directly into the UMN Schedule Builder tool, as well as adding a very convenient omnibox helper.                    

معلومات أساسية عن التمديد

الاسم Gopher Grades - Past grades for UMN classes! Gopher Grades - Past grades for UMN classes!
ID lhekbajaehiokcacoaeicphgdnmeaedp
عنوان URL الرسمي https://chromewebstore.google.com/detail/gopher-grades-past-grades/lhekbajaehiokcacoaeicphgdnmeaedp
الوصف Now you can view directly from the course catalog!
حجم الملف 4.38 MB
عدد التثبيتات 3,033
النسخة الحالية 2.0.1
آخر تحديث 2024-01-12
تاريخ النشر 2022-11-12
تقييم 5.00/5 مجموع تقييمات 16
المطور https://umn.lol
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://umn.lol
عنوان صفحة المساعدة https://umn.lol
عنوان صفحة سياسة الخصوصية https://umn.lol/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gopher Grades - Past grades for UMN classes!",
    "description": "Now you can view directly from the course catalog!",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "gg"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/schedulebuilder.umn.edu\/*",
                "https:\/\/*.schedulebuilder.umn.edu\/*"
            ],
            "css": [
                "sidebar\/sidebar.css"
            ],
            "js": [
                "sidebar\/sidebar.js"
            ]
        },
        {
            "matches": [
                "https:\/\/schedulebuilder.umn.edu\/*",
                "https:\/\/*.schedulebuilder.umn.edu\/*"
            ],
            "css": [
                "plotter\/plotter.css"
            ],
            "js": [
                "plotter\/apiapi.js",
                "plotter\/util.js",
                "plotter\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.umn.lol\/*",
                "https:\/\/umn.edu\/*"
            ],
            "css": [
                "umn.lol\/clearExtensionBanner.css"
            ]
        },
        {
            "matches": [
                "https:\/\/myu.umn.edu\/*",
                "https:\/\/*.myu.umn.edu\/*"
            ],
            "css": [
                "calendar\/calendar.css"
            ],
            "js": [
                "calendar\/utils\/date.js",
                "calendar\/utils\/icsFile.js",
                "calendar\/utils\/scraper.js",
                "calendar\/calendar.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.umn.lol\/*",
        "*:\/\/umn.lol\/*",
        "*:\/\/*.umn.edu\/*",
        "*:\/\/umn.edu\/*"
    ],
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "tabs"
    ],
    "options_page": "frontend\/popup\/popup.html",
    "action": {
        "default_title": "GopherGrades - View Options",
        "default_icon": {
            "32": "static\/icons\/icon-32.png",
            "72": "static\/icons\/icon-72.png",
            "128": "static\/icons\/icon-128.png",
            "512": "static\/icons\/icon-512.png"
        },
        "default_popup": "frontend\/popup\/popup.html"
    },
    "icons": {
        "32": "static\/icons\/icon-32.png",
        "72": "static\/icons\/icon-72.png",
        "128": "static\/icons\/icon-128.png",
        "512": "static\/icons\/icon-512.png"
    },
    "oauth2": {
        "client_id": "927875466012-l0lmgul3tb81tce30m0smhnvhqprf248.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/calendar",
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "plotter\/walking.png",
                "static\/icons\/icon-128.png"
            ],
            "matches": [
                "https:\/\/schedulebuilder.umn.edu\/*"
            ]
        }
    ]
}