Canvas Tool for Instructors
Adds functionality to Canvas LMS
Wat is Canvas Tool for Instructors?
Canvas Tool for Instructors is een Chrome-extensie ontwikkeld door Moises Baltazar, en de belangrijkste functie is "Adds functionality to Canvas LMS".
Extensie Screenshots
Download het CRX-bestand van de extensie Canvas Tool for Instructors
Download Canvas Tool for Instructors-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
Implements the following functionality via contextmenu (right-click):
- Download student list as csv
- Bulk moderate quiz
- Bulk quiz overrides Basisinformatie over de Extensie
| Naam | |
| ID | eihecihickbkcionkdabocomlbopidpk |
| Officiële URL | https://chromewebstore.google.com/detail/canvas-tool-for-instructo/eihecihickbkcionkdabocomlbopidpk |
| Beschrijving | Adds functionality to Canvas LMS |
| Bestandsgrootte | 507 KB |
| Aantal Installaties | 278 |
| Huidige Versie | 2.1.0 |
| Laatst Bijgewerkt | 2022-08-09 |
| Publicatiedatum | 2019-08-12 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Moises Baltazar |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mobalt/canvas |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.1.0",
"manifest_version": 2,
"short_name": "Canvas Tool",
"name": "Canvas Tool for Instructors",
"description": "Adds functionality to Canvas LMS",
"icons": {
"16": "16x16.png",
"64": "64x64.png",
"128": "128x128.png"
},
"permissions": [
"contextMenus",
"activeTab"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
}
} | |