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 } |