D2L Grades
Calculates grades straight from D2L!
什么是D2L Grades?
D2L Grades是由owencocjin.iss开发的Chrome扩展程序,该扩展的主要功能是“Calculates grades straight from D2L!”。
扩展截图
下载D2L Grades扩展crx文件
下载D2L Grades扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Calculates grades from any D2L site and displays it within the page. Check out https://github.com/owenCocjin/D2LGrades for more info!                     扩展基本信息
| 名称 |   |  
| 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=*"
    ]
}  |  |