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
官方網址 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"
    ]
}