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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that calculates your total grade in Canvas"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Canvas Overall Grade and GPA Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Canvas Overall Grade and GPA Calculator Canvas Overall Grade and GPA Calculator
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"
    }
}