Weighted and Final Grade Calculator
Calculate your weighted and final grades easily and efficiently
Hvad er Weighted and Final Grade Calculator?
Weighted and Final Grade Calculator er en Chrome-udvidelse udviklet af Farzan Haq, og dens hovedfunktion er "Calculate your weighted and final grades easily and efficiently".
Udvidelsesskærmbilleder
Download Weighted and Final Grade Calculator-udvidelses-CRX-fil
Download Weighted and Final Grade 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
Looking to find out what your current weighted grade is, or wondering what you need on the final to end with a certain mark? This calculator has the answers! Its intuitive and simplistic interface makes it easy to efficiently calculate your weighted and final grades. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ibblcmhbhgnffagpeaoooadkkkopekbh |
| Officiel URL | https://chromewebstore.google.com/detail/weighted-and-final-grade/ibblcmhbhgnffagpeaoooadkkkopekbh |
| Beskrivelse | Calculate your weighted and final grades easily and efficiently |
| Filstørrelse | 55.84 KB |
| Antal Installationer | 79 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2017-09-02 |
| Udgivelsesdato | 2017-09-02 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | Farzan Haq |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Weighted and Final Grade Calculator",
"version": "1.0",
"description": "Calculate your weighted and final grades easily and efficiently",
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"permissions": [
"storage"
]
} | |