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
拡張機能の基本情報
名前 | Desmos Dashboard Download |
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 |
Eメール | [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" } } |