GWA Calculator
A simple GWA Calculator extension.
Vad är GWA Calculator?
GWA Calculator är en Chrome-tillägg utvecklad av gcmillora, och dess huvudfunktion är "A simple GWA Calculator extension.".
Tilläggsskärmbilder
Ladda ner GWA Calculator-förlängningens CRX-fil
Ladda ner GWA Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | eompkohifnhnjdchhaieegileekehjhn |
Officiell webbadress | https://chromewebstore.google.com/detail/gwa-calculator/eompkohifnhnjdchhaieegileekehjhn |
Beskrivning | A simple GWA Calculator extension. |
Filstorlek | 328 KB |
Antal Installationer | 949 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-07-12 |
Publiceringsdatum | 2021-07-11 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | gcmillora |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/gcmillora/GWA-Calculator-Chrome-Extension |
Stödda Språk | 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" ] } } |