Gradescope Grade Calculator
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
Vad är Gradescope Grade Calculator?
Gradescope Grade Calculator är en Chrome-tillägg utvecklad av gradescopecalculator, och dess huvudfunktion är "Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.".
Tilläggsskärmbilder
Ladda ner Gradescope Grade Calculator-förlängningens CRX-fil
Ladda ner Gradescope Grade Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Calculates average grades on Gradescope.
This extension is not associated with Gradescope or its parent company. Grundläggande Information om Tillägg
| Namn | |
| ID | alhgdioldhlhioomehokfodaopjlmbdb |
| Officiell webbadress | https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb |
| Beskrivning | Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company. |
| Filstorlek | 13.67 KB |
| Antal Installationer | 226 |
| Aktuell Version | 1.03 |
| Senast Uppdaterad | 2022-11-06 |
| Publiceringsdatum | 2022-08-31 |
| Utvecklare | gradescopecalculator |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Gradescope Grade Calculator",
"version": "1.03",
"content_scripts": [
{
"matches": [
"https:\/\/www.gradescope.com\/courses\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"128": "Calculator.png"
},
"action": {
"default_icon": "Calculator.png",
"default_popup": "index.html",
"default_title": "Popup"
}
} | |