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! 擴展基本資訊
| 名稱 | |
| ID | ifdhnjknhbaodcekanmodnnlkedklkbm |
| 官方網址 | 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 |
| 電子郵箱 | [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=*"
]
} | |