Super StudentVUE
Allows you to calculate grades with hypothetical grade changes.
O que é Super StudentVUE?
Super StudentVUE é uma extensão do Chrome desenvolvida por ubercorb, e sua principal característica é "Allows you to calculate grades with hypothetical grade changes.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Super StudentVUE
Baixe arquivos de extensão Super StudentVUE no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
With GradeView being taken down, students need an accessible solution to add/change assignments to calculate their "what-if" grades. Disclaimer: Although I try my best to make this program work most effectively, I am not responsible for the effects of any potential inaccuracies.
Informações Básicas da Extensão
Nome | Super StudentVUE |
ID | oadniffmkbpeokbdncbhbagbabadigfk |
URL Oficial | https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk |
Descrição | Allows you to calculate grades with hypothetical grade changes. |
Tamanho do Arquivo | 11.66 KB |
Contagem de Instalações | 263 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2023-01-19 |
Data de Publicação | 2023-01-10 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | ubercorb |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super StudentVUE", "description": "Allows you to calculate grades with hypothetical grade changes.", "version": "0.0.0.2", "manifest_version": 3, "action": { "default_popup": "hello.html", "default_icon": "128x128_logo.png" }, "content_scripts": [ { "js": [ "scripts\/content_v2.js" ], "matches": [ "https:\/\/md-mcps-psv.edupoint.com\/PXP2_Gradebook.aspx*" ] } ], "icons": { "16": "16x16_logo.png", "32": "32x32_logo.png", "48": "48x48_logo.png", "128": "128x128_logo.png" } } |