Demarest GPA Calculator

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

Qu'est-ce que Demarest GPA Calculator ?

Demarest GPA Calculator est une extension Chrome développée par Inpyo Lee, et sa fonction principale est "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Demarest GPA Calculator

Téléchargez les fichiers d'extension Demarest GPA Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Demarest GPA Calculator Demarest GPA Calculator
ID pggbiifbjifdpjccconjffpfaidfifbd
URL Officiel https://chromewebstore.google.com/detail/demarest-gpa-calculator/pggbiifbjifdpjccconjffpfaidfifbd
Description This extension calculates the GPA for Northern Valley Regional High School at Demarest Students
Taille du Fichier 60.47 KB
Nombre d'Installations 549
Version Actuelle 3.3.1
Dernière Mise à Jour 2024-01-09
Date de Publication 2023-01-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur Inpyo Lee
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tenebo/DemarestGPA
URL de la Page d'Aide https://www.paypal.com/paypalme/paid529
Langues Prises en Charge 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"
    }
}