Desmos Dashboard Download
Download a Desmos teacher dashboard. (unofficial)
什么是Desmos Dashboard Download?
Desmos Dashboard Download是由Greg Epstein开发的Chrome扩展程序,该扩展的主要功能是“Download a Desmos teacher dashboard. (unofficial)”。
扩展截图
下载Desmos Dashboard Download扩展crx文件
下载Desmos Dashboard Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Export you Desmos teacher dashboard as a .csv file.
To use this extension...
1) Go to teacher.desmos.com, choose an activity, and choose a dashboard (aka Class Code).
2) Once you are looking at the dashboard you can run this extension to take the information from the dashboard and download it as a .csv file that you can then open using any spreadsheet application (Excel, Google Sheets, etc.)
*Unofficial, Unsupported, Teacher Made App 扩展基本信息
| 名称 | |
| ID | oegahcblgkjcggcoeaipkadgmgnjggdp |
| 官方URL | https://chromewebstore.google.com/detail/desmos-dashboard-download/oegahcblgkjcggcoeaipkadgmgnjggdp |
| 简介 | Download a Desmos teacher dashboard. (unofficial) |
| 文件大小 | 20.9 KB |
| 安装次数 | 2,265 |
| 当前版本 | 7.2 |
| 更新时间 | 2023-07-20 |
| 上架时间 | 2020-07-27 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Greg Epstein |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/mxepstein/Desmos-Dashboard-Download |
| 帮助页面URL | https://github.com/mxepstein/Desmos-Dashboard-Download |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Desmos Dashboard Download",
"description": "Download a Desmos teacher dashboard. (unofficial)",
"version": "7.2",
"manifest_version": 3,
"permissions": [
"scripting",
"activeTab"
],
"action": {
"default_title": "Desmos Dashboard Download",
"default_popup": "popup.html"
},
"icons": {
"32": "icons\/32x32.png",
"64": "icons\/64x64.png",
"128": "icons\/128x128.png"
}
} | |