UoL Coursera Grades

Shows staff-graded project grades on the calendar page

什么是UoL Coursera Grades?

UoL Coursera Grades是由spencereick开发的Chrome扩展程序,该扩展的主要功能是“Shows staff-graded project grades on the calendar page”。

扩展截图

screenshot
screenshot
screenshot

下载UoL Coursera Grades扩展crx文件

下载UoL Coursera Grades扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use this only if you are doing University of London's online BSc Computer Science via Coursera.

The extension is useful for seeing unofficial grades for midterm and final projects. You must use the "New Experience" UI for this to work properly. When on the home calendar page, you will see a button that will display any grades that have yet to be officially released.

Credit to freepik.com for the icon.                    

扩展基本信息

名称 UoL Coursera Grades UoL Coursera Grades
ID dhpmaakdfkbiagigolpmjdiancfhhick
官方URL https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick
简介 Shows staff-graded project grades on the calendar page
文件大小 8.34 KB
安装次数 2,000
当前版本 1.0.0
更新时间 2021-08-23
上架时间 2021-08-01
评分 4.84/5 共25次评分
开发者 spencereick
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UoL Coursera Grades",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Shows staff-graded project grades on the calendar page",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.coursera.org\/degrees\/bachelor-of-science-computer-science-london\/home",
        "webRequest"
    ]
}