Canvas Grades Extension

An Extension to view all your Grades on the Courses Pages!

Canvas Grades Extension란 무엇입니까?

Canvas Grades Extension은(는) anish.kondepudi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Extension to view all your Grades on the Courses Pages!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Canvas Grades Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The purpose of this Chrome Extension is to give an easy to use, organized view of students' grades, as well as links to those grades and other important files from all classes on the dashboard, which is the default page that the student goes to when they sign in to Canvas.

Note that for the extension to function properly, the user must be using Card View on their Canvas Dashboard and must be a student at UC Davis - the extension may or may not work for other universities/schools.                    

확장 프로그램 기본 정보

이름 Canvas Grades Extension Canvas Grades Extension
ID fneahceogligokfcllminogbilaamgbd
공식 URL https://chromewebstore.google.com/detail/canvas-grades-extension/fneahceogligokfcllminogbilaamgbd
설명 An Extension to view all your Grades on the Courses Pages!
파일 크기 490 KB
설치 횟수 3,088
현재 버전 0.0.0.3
최근 업데이트 2020-12-20
출시 날짜 2020-12-02
평점 5.00/5 총 11 개의 평점
개발자 anish.kondepudi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/anish-kondepudi/canvas-grades-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Grades Extension",
    "version": "0.0.0.3",
    "description": "An Extension to view all your Grades on the Courses Pages!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/"
            ],
            "js": [
                "EditDashboard.js"
            ]
        }
    ],
    "icons": {
        "128": "canvas_logo.png",
        "48": "canvas_logo.png",
        "16": "canvas_logo.png"
    },
    "browser_action": {
        "default_icon": "canvas_logo.png",
        "default_popup": "popup.html",
        "default_title": "Canvas Grades Extension"
    }
}