Canvas Grades Extension
An Extension to view all your Grades on the Courses Pages!
什么是Canvas Grades Extension?
Canvas Grades Extension是由anish.kondepudi开发的Chrome扩展程序,该扩展的主要功能是“An Extension to view all your Grades on the Courses Pages!”。
扩展截图
下载Canvas Grades Extension扩展crx文件
下载Canvas Grades Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The purpose of this Chrome Extension is to give an easy to use, organized view of students' grades, as well as links to those grades and other important files from all classes on the dashboard, which is the default page that the student goes to when they sign in to Canvas. Note that for the extension to function properly, the user must be using Card View on their Canvas Dashboard and must be a student at UC Davis - the extension may or may not work for other universities/schools.
扩展基本信息
名称 | Canvas Grades Extension |
ID | fneahceogligokfcllminogbilaamgbd |
官方URL | https://chromewebstore.google.com/detail/canvas-grades-extension/fneahceogligokfcllminogbilaamgbd |
简介 | An Extension to view all your Grades on the Courses Pages! |
文件大小 | 490 KB |
安装次数 | 3,088 |
当前版本 | 0.0.0.3 |
更新时间 | 2020-12-20 |
上架时间 | 2020-12-02 |
评分 | 5.00/5 共11次评分 |
开发者 | anish.kondepudi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/anish-kondepudi/canvas-grades-extension |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canvas Grades Extension", "version": "0.0.0.3", "description": "An Extension to view all your Grades on the Courses Pages!", "content_scripts": [ { "matches": [ "https:\/\/*\/" ], "js": [ "EditDashboard.js" ] } ], "icons": { "128": "canvas_logo.png", "48": "canvas_logo.png", "16": "canvas_logo.png" }, "browser_action": { "default_icon": "canvas_logo.png", "default_popup": "popup.html", "default_title": "Canvas Grades Extension" } } |