D2L Grades

Calculates grades straight from D2L!

What is D2L Grades?

D2L Grades is a Chrome extension developed by owencocjin.iss, and its main feature is "Calculates grades straight from D2L!".

Extension Screenshots

screenshot

Download D2L Grades Extension CRX File

Download D2L Grades extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name D2L Grades D2L Grades
ID ifdhnjknhbaodcekanmodnnlkedklkbm
Official URL https://chromewebstore.google.com/detail/d2l-grades/ifdhnjknhbaodcekanmodnnlkedklkbm
Description Calculates grades straight from D2L!
File Size 3.73 KB
Installation Count 206
Current Version 1.1
Last Updated 2021-04-25
Publish Date 2021-04-21
Rating 3.00/5 Total 2 Ratings
Developer owencocjin.iss
Email [email protected]
Payment Type free
Extension Website https://github.com/owenCocjin/D2LGrades
Supported Languages 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=*"
    ]
}