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

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

확장 프로그램 사용 설명서

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