GWA Calculator
A simple GWA Calculator extension.
Apa itu GWA Calculator?
GWA Calculator adalah ekstensi Chrome yang dikembangkan oleh gcmillora, dan fitur utamanya adalah "A simple GWA Calculator extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GWA Calculator
Unduh file ekstensi GWA Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | eompkohifnhnjdchhaieegileekehjhn |
URL Resmi | https://chromewebstore.google.com/detail/gwa-calculator/eompkohifnhnjdchhaieegileekehjhn |
Deskripsi | A simple GWA Calculator extension. |
Ukuran File | 328 KB |
Jumlah Instalasi | 949 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-07-12 |
Tanggal Publikasi | 2021-07-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | gcmillora |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/gcmillora/GWA-Calculator-Chrome-Extension |
Bahasa yang Didukung | 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" ] } } |