Canvas Class Average

See Canvas class averages.

Canvas Class Average란 무엇입니까?

Canvas Class Average은(는) https://daniel.stoiber.network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See Canvas class averages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Canvas Class Average 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Canvas Class Average takes all your course's assignment averages and finds the class average adjusting for assignment group weight. It also keeps track of grade history, showing you how your score and the class average has changed over time.

Currently the extension only works with the URLs listed below, to get your school added, fill out this form: https://forms.gle/noC8sKiVoMDat9jP6

School List (Alphabetical A-Z):
*.instructure.com
calpoly.edu
olin.edu
osu.edu
pratt.edu
ucla.edu
uw.edu
wpi.edu                    

확장 프로그램 기본 정보

이름 Canvas Class Average Canvas Class Average
ID kpoimdffnaajacmnejfnahjdjbdlfjgf
공식 URL https://chromewebstore.google.com/detail/canvas-class-average/kpoimdffnaajacmnejfnahjdjbdlfjgf
설명 See Canvas class averages.
파일 크기 32.85 KB
설치 횟수 538
현재 버전 2.1
최근 업데이트 2023-01-06
출시 날짜 2022-10-11
평점 5.00/5 총 3 개의 평점
개발자 https://daniel.stoiber.network
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://daniel.stoiber.network/project/canvas-class-average
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Class Average",
    "description": "See Canvas class averages.",
    "author": "Daniel Stoiber",
    "version": "2.1",
    "manifest_version": 3,
    "permissions": [
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/courses\/*\/grades",
                "https:\/\/*.instructure.com\/profile\/settings",
                "https:\/\/canvas.wpi.edu\/courses\/*\/grades",
                "https:\/\/canvas.wpi.edu\/profile\/settings",
                "https:\/\/canvas.olin.edu\/courses\/*\/grades",
                "https:\/\/canvas.olin.edu\/profile\/settings",
                "https:\/\/canvas.calpoly.edu\/courses\/*\/grades",
                "https:\/\/canvas.calpoly.edu\/profile\/settings",
                "https:\/\/canvas.pratt.edu\/courses\/*\/grades",
                "https:\/\/canvas.pratt.edu\/profile\/settings",
                "https:\/\/canvas.ucla.edu\/courses\/*\/grades",
                "https:\/\/canvas.ucla.edu\/profile\/settings",
                "https:\/\/carmen.osu.edu\/courses\/*\/grades",
                "https:\/\/carmen.osu.edu\/profile\/settings",
                "https:\/\/canvas.uw.edu\/courses\/*\/grades",
                "https:\/\/canvas.uw.edu\/profile\/settings"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}