GWA Calculator
A simple GWA Calculator extension.
Hvad er GWA Calculator?
GWA Calculator er en Chrome-udvidelse udviklet af gcmillora, og dens hovedfunktion er "A simple GWA Calculator extension.".
Udvidelsesskærmbilleder
Download GWA Calculator-udvidelses-CRX-fil
Download GWA Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | eompkohifnhnjdchhaieegileekehjhn |
Officiel URL | https://chromewebstore.google.com/detail/gwa-calculator/eompkohifnhnjdchhaieegileekehjhn |
Beskrivelse | A simple GWA Calculator extension. |
Filstørrelse | 328 KB |
Antal Installationer | 949 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-07-12 |
Udgivelsesdato | 2021-07-11 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | gcmillora |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/gcmillora/GWA-Calculator-Chrome-Extension |
Understøttede Sprog | 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" ] } } |