Blackboard Grade Exporter
Allows you to export your grades from Blackboard.
什么是Blackboard Grade Exporter?
Blackboard Grade Exporter是由Austin开发的Chrome扩展程序,该扩展的主要功能是“Allows you to export your grades from Blackboard.”。
扩展截图
下载Blackboard Grade Exporter扩展crx文件
下载Blackboard Grade Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a much-needed feature to the Blackboard course management platform. It allows you to export your grades from each course's "My Grades" tab to a tab-delimited text file, which you can import directly into Excel to do any necessary grade calculations. Currently this extension only supports Purdue University's Blackboard installation, but if you provide me with the link to your school's blackboard installation, I may be able to add support for it.
扩展基本信息
名称 | Blackboard Grade Exporter |
ID | kpmnodpaiojmimoipcgnfbfiajegpfmo |
官方URL | https://chromewebstore.google.com/detail/blackboard-grade-exporter/kpmnodpaiojmimoipcgnfbfiajegpfmo |
简介 | Allows you to export your grades from Blackboard. |
文件大小 | 46.21 KB |
安装次数 | 340 |
当前版本 | 1.0 |
更新时间 | 2014-05-09 |
上架时间 | 2014-05-09 |
评分 | 1.00/5 共2次评分 |
开发者 | Austin |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blackboard Grade Exporter", "version": "1.0", "description": "Allows you to export your grades from Blackboard.", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mycourses.purdue.edu\/*" ], "css": [ "main.css" ], "js": [ "jquery-1.10.2.min.js", "main.js" ] } ], "manifest_version": 2 } |