D2L Grades
Calculates grades straight from D2L!
Wat is D2L Grades?
D2L Grades is een Chrome-extensie ontwikkeld door owencocjin.iss, en de belangrijkste functie is "Calculates grades straight from D2L!".
Extensie Screenshots
Download het CRX-bestand van de extensie D2L Grades
Download D2L Grades-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
Calculates grades from any D2L site and displays it within the page. Check out https://github.com/owenCocjin/D2LGrades for more info!
Basisinformatie over de Extensie
Naam | D2L Grades |
ID | ifdhnjknhbaodcekanmodnnlkedklkbm |
Officiële URL | https://chromewebstore.google.com/detail/d2l-grades/ifdhnjknhbaodcekanmodnnlkedklkbm |
Beschrijving | Calculates grades straight from D2L! |
Bestandsgrootte | 3.73 KB |
Aantal Installaties | 206 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-04-25 |
Publicatiedatum | 2021-04-21 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | owencocjin.iss |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/owenCocjin/D2LGrades |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "D2L Grades", "version": "1.1", "description": "Calculates grades straight from D2L!", "content_scripts": [ { "matches": [ "https:\/\/*\/d2l\/lms\/grades\/my_grades\/main.d2l?ou=*" ], "js": [ "d2lgrades.js" ] } ], "permissions": [ "https:\/\/*\/d2l\/lms\/grades\/my_grades\/main.d2l?ou=*" ] } |