Canvas Class Average
Extension for computing the class average in Canvas using the published score details of graded assignments.
Canvas Class Averageとは何ですか?
Canvas Class Averageはdevconiferによって開発されたChromeの拡張機能で、その主な機能は「Extension for computing the class average in Canvas using the published score details of graded assignments.」です。
拡張機能のスクリーンショット
Canvas Class Average拡張機能のCRXファイルをダウンロード
Canvas Class Average拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension allows the user to view the class average in Canvas.
Note: Only works for UBC classes! (for now)
To use, simply install the extension and navigate to the Grades tab under a course page in Canvas.
How It Works
The extension triggers the "Show All Details" button and quickly scans the score details of all graded assignments. We fetch the supplementary 5-year average from UBCGrades.com.                     拡張機能の基本情報
| 名前 |   |  
| ID | nddjlihpgdoojhdencidjolehihmflgm | 
| 公式URL | https://chromewebstore.google.com/detail/canvas-class-average/nddjlihpgdoojhdencidjolehihmflgm | 
| 説明 | Extension for computing the class average in Canvas using the published score details of graded assignments. | 
| ファイルサイズ | 26.08 KB | 
| インストール数 | 81 | 
| 現在のバージョン | 0.0.1 | 
| 最終更新日 | 2023-08-22 | 
| 公開日 | 2023-08-21 | 
| 開発者 | devconifer | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/dburenok/canvas-class-average | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas Class Average",
    "description": "Extension for computing the class average in Canvas using the published score details of graded assignments.",
    "version": "0.0.1",
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/overwrites.css"
            ],
            "matches": [
                "https:\/\/canvas.ubc.ca\/courses\/*\/grades"
            ]
        }
    ]
}  |  |