Canvas Tool for Instructors
Adds functionality to Canvas LMS
What is Canvas Tool for Instructors?
Canvas Tool for Instructors is a Chrome extension developed by Moises Baltazar, and its main feature is "Adds functionality to Canvas LMS".
Extension Screenshots
Download Canvas Tool for Instructors Extension CRX File
Download Canvas Tool for Instructors 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
Implements the following functionality via contextmenu (right-click): - Download student list as csv - Bulk moderate quiz - Bulk quiz overrides
Extension Basic Information
Name | Canvas Tool for Instructors |
ID | eihecihickbkcionkdabocomlbopidpk |
Official URL | https://chromewebstore.google.com/detail/canvas-tool-for-instructo/eihecihickbkcionkdabocomlbopidpk |
Description | Adds functionality to Canvas LMS |
File Size | 507 KB |
Installation Count | 278 |
Current Version | 2.1.0 |
Last Updated | 2022-08-09 |
Publish Date | 2019-08-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Moises Baltazar |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mobalt/canvas |
Supported Languages | 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" ] } } |