Schoology Grade Manager
An easier way to manage your grades, with a built in GPA calculator!
什麼是Schoology Grade Manager?
Schoology Grade Manager是由alekseyvalouev開發的Chrome擴展程式,該擴展的主要功能是“An easier way to manage your grades, with a built in GPA calculator!”。
擴展截圖
下載Schoology Grade Manager擴展crx文件
下載Schoology Grade Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Schoology Grade Manager is a chrome extension that offers quality of life updates to Schoology, allowing you to access your grades remotely for convenient viewing. It also includes a GPA calculator that you can use to calculate your GPA automatically, for more convenience.
Suggestions and Issues
Submit any suggestions, issues, or complaints to [email protected].
Creator
This project is created and managed by https://github.com/alekseyvalouev.
License
This project is open source under the MIT License. See the https://github.com/alekseyvalouev/SchoologyGradeManager/blob/master/LICENSE for more information.
Disclaimer
Schoology Grade Manager is not affiliated with Schoology Inc. Schoology, the SCHOOLOGY® wordmark, and the S logo are registered and unregistered trademarks of Schoology, Inc. in the United States. All product names, logos, and brands are property of their respective owners. 擴展基本資訊
| 名稱 | |
| ID | llkgdcclhbafnipliijnbojgfpegidje |
| 官方網址 | https://chromewebstore.google.com/detail/schoology-grade-manager/llkgdcclhbafnipliijnbojgfpegidje |
| 簡介 | An easier way to manage your grades, with a built in GPA calculator! |
| 檔案大小 | 28.52 KB |
| 安裝次數 | 1,682 |
| 目前版本 | 1.13 |
| 更新時間 | 2021-12-16 |
| 上架時間 | 2021-11-20 |
| 評分 | 4.00/5 共 4 次評分 |
| 開發者 | alekseyvalouev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Schoology Grade Manager",
"description": "An easier way to manage your grades, with a built in GPA calculator!",
"version": "1.13",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*\/"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/logo16x.png",
"32": "\/images\/logo32x.png",
"48": "\/images\/logo48x.png",
"128": "\/images\/logo128x.png"
}
},
"icons": {
"16": "\/images\/logo16x.png",
"32": "\/images\/logo32x.png",
"48": "\/images\/logo48x.png",
"128": "\/images\/logo128x.png"
}
} | |