GWA Calculator

A simple GWA Calculator extension.

Qu'est-ce que GWA Calculator ?

GWA Calculator est une extension Chrome développée par gcmillora, et sa fonction principale est "A simple GWA Calculator extension.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GWA Calculator

Téléchargez les fichiers d'extension GWA 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

                        A simple GWA Calculator expansion using HTML,CSS and JavaScript. Users will be able to input each of their grades and its corresponding units and calculate for their General Weighted Average.

The extension would help students to calculate and know their GWA or GPA automatically without using calculators and doing extra multiple steps.                    

Informations de Base sur l'Extension

Nom GWA Calculator GWA Calculator
ID eompkohifnhnjdchhaieegileekehjhn
URL Officiel https://chromewebstore.google.com/detail/gwa-calculator/eompkohifnhnjdchhaieegileekehjhn
Description A simple GWA Calculator extension.
Taille du Fichier 328 KB
Nombre d'Installations 949
Version Actuelle 1.0
Dernière Mise à Jour 2021-07-12
Date de Publication 2021-07-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur gcmillora
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/gcmillora/GWA-Calculator-Chrome-Extension
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GWA Calculator",
    "description": "A simple GWA Calculator extension.",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "content.html",
        "default_title": "GWA Calculator"
    },
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "*.ttf"
    ],
    "background": {
        "script": [
            "content.js"
        ]
    }
}