Canvas Overall Grade and GPA Calculator

Extension that calculates your total grade in Canvas

What is Canvas Overall Grade and GPA Calculator?

Canvas Overall Grade and GPA Calculator is a Chrome extension developed by grantfitez, and its main feature is "Extension that calculates your total grade in Canvas".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Canvas Overall Grade and GPA Calculator Extension CRX File

Download Canvas Overall Grade and GPA Calculator 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

                        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                    

Extension Basic Information

Name Canvas Overall Grade and GPA Calculator Canvas Overall Grade and GPA Calculator
ID pdjihecpdkkgkocecgomaambbpbioeao
Official URL https://chromewebstore.google.com/detail/canvas-overall-grade-and/pdjihecpdkkgkocecgomaambbpbioeao
Description Extension that calculates your total grade in Canvas
File Size 21.75 KB
Installation Count 2,403
Current Version 2.2.0
Last Updated 2021-03-18
Publish Date 2020-09-13
Rating 3.00/5 Total 2 Ratings
Developer grantfitez
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}