D2L Grades

Calculates grades straight from D2L!

D2L Grades란 무엇입니까?

D2L Grades은(는) owencocjin.iss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculates grades straight from D2L!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Calculates grades from any D2L site and displays it within the page. Check out https://github.com/owenCocjin/D2LGrades for more info!                    

확장 프로그램 기본 정보

이름 D2L Grades D2L Grades
ID ifdhnjknhbaodcekanmodnnlkedklkbm
공식 URL https://chromewebstore.google.com/detail/d2l-grades/ifdhnjknhbaodcekanmodnnlkedklkbm
설명 Calculates grades straight from D2L!
파일 크기 3.73 KB
설치 횟수 206
현재 버전 1.1
최근 업데이트 2021-04-25
출시 날짜 2021-04-21
평점 3.00/5 총 2 개의 평점
개발자 owencocjin.iss
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/owenCocjin/D2LGrades
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "D2L Grades",
    "version": "1.1",
    "description": "Calculates grades straight from D2L!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/d2l\/lms\/grades\/my_grades\/main.d2l?ou=*"
            ],
            "js": [
                "d2lgrades.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*\/d2l\/lms\/grades\/my_grades\/main.d2l?ou=*"
    ]
}