Demarest GPA Calculator

This extension calculates the GPA for Northern Valley Regional High School at Demarest Students

¿Qué es Demarest GPA Calculator?

Demarest GPA Calculator es una extensión de Chrome desarrollada por Inpyo Lee, y su función principal es "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Demarest GPA Calculator

Descarga archivos de extensión Demarest GPA Calculator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        free, easy, and open-source GPA calculator for NVD students.

Feedback:
https://github.com/tenebo/DemarestGPA/issues


Change Log:
[3.3.0]
- patch genesis changes

[3.2.1]
- patch genesis changes

[3.2]
- update calculation to see final

[3.1]
- update calculation

[3.0]
- update calculation

[2.0]
- Add unweighted gpa calculation
- Add outcome of GPA by changes in grade

[1.3]
- Remove auto-calculate permission without clicking the app

[1.2]
- Update UI
- Minify code 130KB to 78KB
- Add auto-calculate permission

[1.1]
- First release                    

Información Básica de la Extensión

Nombre Demarest GPA Calculator Demarest GPA Calculator
ID pggbiifbjifdpjccconjffpfaidfifbd
URL Oficial https://chromewebstore.google.com/detail/demarest-gpa-calculator/pggbiifbjifdpjccconjffpfaidfifbd
Descripción This extension calculates the GPA for Northern Valley Regional High School at Demarest Students
Tamaño del Archivo 60.47 KB
Cantidad de Instalaciones 549
Versión Actual 3.3.1
Última Actualización 2024-01-09
Fecha de Publicación 2023-01-05
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Inpyo Lee
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/tenebo/DemarestGPA
URL de la Página de Ayuda https://www.paypal.com/paypalme/paid529
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Demarest GPA Calculator",
    "description": "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students",
    "version": "3.3.1",
    "author": "Inpyo Lee",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": ".\/images\/icon.png",
        "default_title": "Demarest GPA",
        "default_popup": ".\/popup.html"
    }
}