Weighted and Final Grade Calculator
Calculate your weighted and final grades easily and efficiently
What is Weighted and Final Grade Calculator?
Weighted and Final Grade Calculator is a Chrome extension developed by Farzan Haq, and its main feature is "Calculate your weighted and final grades easily and efficiently".
Extension Screenshots
Download Weighted and Final Grade Calculator Extension CRX File
Download Weighted and Final Grade Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Weighted and Final Grade Calculator |
ID | ibblcmhbhgnffagpeaoooadkkkopekbh |
Official URL | https://chromewebstore.google.com/detail/weighted-and-final-grade/ibblcmhbhgnffagpeaoooadkkkopekbh |
Description | Calculate your weighted and final grades easily and efficiently |
File Size | 55.84 KB |
Installation Count | 79 |
Current Version | 1.0 |
Last Updated | 2017-09-02 |
Publish Date | 2017-09-02 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Farzan Haq |
Payment Type | free |
Supported Languages | 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" ] } |