D2L Grades
Calculates grades straight from D2L!
D2L Gradesとは何ですか?
D2L Gradesはowencocjin.issによって開発されたChromeの拡張機能で、その主な機能は「Calculates grades straight from D2L!」です。
拡張機能のスクリーンショット
D2L Grades拡張機能のCRXファイルをダウンロード
D2L Grades拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Calculates grades from any D2L site and displays it within the page. Check out https://github.com/owenCocjin/D2LGrades for more info!
拡張機能の基本情報
名前 | D2L Grades |
ID | ifdhnjknhbaodcekanmodnnlkedklkbm |
公式URL | https://chromewebstore.google.com/detail/d2l-grades/ifdhnjknhbaodcekanmodnnlkedklkbm |
説明 | Calculates grades straight from D2L! |
ファイルサイズ | 3.73 KB |
インストール数 | 206 |
現在のバージョン | 1.1 |
最終更新日 | 2021-04-25 |
公開日 | 2021-04-21 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | owencocjin.iss |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/owenCocjin/D2LGrades |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "D2L Grades", "version": "1.1", "description": "Calculates grades straight from D2L!", "content_scripts": [ { "matches": [ "https:\/\/*\/d2l\/lms\/grades\/my_grades\/main.d2l?ou=*" ], "js": [ "d2lgrades.js" ] } ], "permissions": [ "https:\/\/*\/d2l\/lms\/grades\/my_grades\/main.d2l?ou=*" ] } |