GWA Calculator

A simple GWA Calculator extension.

Wat is GWA Calculator?

GWA Calculator is een Chrome-extensie ontwikkeld door gcmillora, en de belangrijkste functie is "A simple GWA Calculator extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GWA Calculator

Download GWA Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GWA Calculator GWA Calculator
ID eompkohifnhnjdchhaieegileekehjhn
Officiële URL https://chromewebstore.google.com/detail/gwa-calculator/eompkohifnhnjdchhaieegileekehjhn
Beschrijving A simple GWA Calculator extension.
Bestandsgrootte 328 KB
Aantal Installaties 949
Huidige Versie 1.0
Laatst Bijgewerkt 2021-07-12
Publicatiedatum 2021-07-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar gcmillora
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/gcmillora/GWA-Calculator-Chrome-Extension
Ondersteunde Talen 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"
        ]
    }
}