Avgr

Shows a class average on the Instructure Canvas CMS

Wat is Avgr?

Avgr is een Chrome-extensie ontwikkeld door bohinsk1, en de belangrijkste functie is "Shows a class average on the Instructure Canvas CMS".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Avgr

Download Avgr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Avgr Avgr
ID pfnfdaggkjelbkjbmfngcjllgamgdkdp
Officiële URL https://chromewebstore.google.com/detail/avgr/pfnfdaggkjelbkjbmfngcjllgamgdkdp
Beschrijving Shows a class average on the Instructure Canvas CMS
Bestandsgrootte 62.18 KB
Aantal Installaties 114
Huidige Versie 2.0.1
Laatst Bijgewerkt 2017-05-01
Publicatiedatum 2017-05-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar bohinsk1
Betalingswijze free
Extensiewebsite https://github.com/kbohinski/avgr
Help Pagina-URL https://github.com/kbohinski/avgr
Ondersteunde Talen 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"
            ]
        }
    ]
}