Canvas Overall Grade and GPA Calculator
Extension that calculates your total grade in Canvas
什么是Canvas Overall Grade and GPA Calculator?
Canvas Overall Grade and GPA Calculator是由grantfitez开发的Chrome扩展程序,该扩展的主要功能是“Extension that calculates your total grade in Canvas”。
扩展截图
下载Canvas Overall Grade and GPA Calculator扩展crx文件
下载Canvas Overall Grade and GPA Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This extension will automatically calculate your overall grade in canvas, including categories and weighting. 
Created By: Finn Cooper '22, Jacob Fanale '22, Grant Fitez '20, Kevin Lou '23                     扩展基本信息
| 名称 |   |  
| ID | pdjihecpdkkgkocecgomaambbpbioeao | 
| 官方URL | https://chromewebstore.google.com/detail/canvas-overall-grade-and/pdjihecpdkkgkocecgomaambbpbioeao | 
| 简介 | Extension that calculates your total grade in Canvas | 
| 文件大小 | 21.75 KB | 
| 安装次数 | 2,403 | 
| 当前版本 | 2.2.0 | 
| 更新时间 | 2021-03-18 | 
| 上架时间 | 2020-09-13 | 
| 评分 | 3.00/5 共2次评分 | 
| 开发者 | grantfitez | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Overall Grade and GPA Calculator",
    "description": "Extension that calculates your total grade in Canvas",
    "version": "2.2.0",
    "author": "Finn Cooper, Jacob Fanale, Grant Fitez, Kevin Lou",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/kentdenver.instructure.com\/courses\/*\/grades",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}  |  |