Avgr

Shows a class average on the Instructure Canvas CMS

What is Avgr?

Avgr is a Chrome extension developed by bohinsk1, and its main feature is "Shows a class average on the Instructure Canvas CMS".

Extension Screenshots

screenshot

Download Avgr Extension CRX File

Download Avgr 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

                        Chrome extension to show a class average on the Instructure Canvas CMS.                    

Extension Basic Information

Name Avgr Avgr
ID pfnfdaggkjelbkjbmfngcjllgamgdkdp
Official URL https://chromewebstore.google.com/detail/avgr/pfnfdaggkjelbkjbmfngcjllgamgdkdp
Description Shows a class average on the Instructure Canvas CMS
File Size 62.18 KB
Installation Count 114
Current Version 2.0.1
Last Updated 2017-05-01
Publish Date 2017-05-01
Rating 5.00/5 Total 2 Ratings
Developer bohinsk1
Payment Type free
Extension Website https://github.com/kbohinski/avgr
Help Page URL https://github.com/kbohinski/avgr
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Avgr",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "Shows a class average on the Instructure Canvas CMS",
    "homepage_url": "https:\/\/github.com\/kbohinski\/avgr",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "jquery-3.2.1.min.js"
            ]
        }
    ]
}