HCPSS Canvas Assignment Extension
Collect all assignments for courses in Canvas
HCPSS Canvas Assignment Extensionとは何ですか?
HCPSS Canvas Assignment ExtensionはAnkit Patelによって開発されたChromeの拡張機能で、その主な機能は「Collect all assignments for courses in Canvas」です。
拡張機能のスクリーンショット
HCPSS Canvas Assignment Extension拡張機能のCRXファイルをダウンロード
HCPSS Canvas Assignment Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
***This extension is my personal project. It is not an official HCPSS developed or supported solution. Please do not contact HCPSS for support. Developer contact information is provided on the Chrome Webstore page.*** Extension for the HCPSS Canvas LMS instance. This extension adds a new section to the sidebar which displays all active assignments which have no submissions. This allows students to easily see which assignments must still be turned in. * This extension does not store any data locally. * This extension does not communicate with any third-party servers. Changelog ========= Changes in v4.0: - Updated for 2021 Canvas changes. - Unsubmitted assignments appear when in small-width mode in the new tray Changes in v3.2: - Filter out past-due assignments from list Changes in v3.1: - Added explicit ordering to assignments. Changes in v3: - Modernized the underlying JavaScript - Streamlined API calls to avoid hitting throttling limits
拡張機能の基本情報
名前 | HCPSS Canvas Assignment Extension |
ID | baabmfbgjcnooapabhjehpakihoihmin |
公式URL | https://chromewebstore.google.com/detail/hcpss-canvas-assignment-e/baabmfbgjcnooapabhjehpakihoihmin |
説明 | Collect all assignments for courses in Canvas |
ファイルサイズ | 6.23 KB |
インストール数 | 1,849 |
現在のバージョン | 4.0 |
最終更新日 | 2021-09-06 |
公開日 | 2020-09-19 |
評価 | 4.91/5 合計 11 レビュー |
開発者 | Ankit Patel |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ankpat/CanvasAssignmentExtension |
ヘルプページのURL | https://github.com/ankpat/CanvasAssignmentExtension/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HCPSS Canvas Assignment Extension", "version": "4.0", "description": "Collect all assignments for courses in Canvas", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/hcpss.instructure.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_idle" } ] } |