Grade Calculator
Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser.
Was ist Grade Calculator?
Grade Calculator ist eine Chrome-Erweiterung, die von Andy Young entwickelt wurde, und ihr Hauptmerkmal ist "Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser.".
Grade Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Grade Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Just a great utility for finding grades. Grades are easy to find usually but when they get to the "this is worth 20% of your final grade" it becomes a little harder. This calculator is much faster and allows you to see all the values before calculating all at once.
Grundlegende Informationen zur Erweiterung
Name | Grade Calculator |
ID | fdlcgmalapimdignhlkgmaikpcehlecc |
Offizielle URL | https://chromewebstore.google.com/detail/grade-calculator/fdlcgmalapimdignhlkgmaikpcehlecc |
Beschreibung | Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser. |
Dateigröße | 120 KB |
Installationsanzahl | 70 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-01-11 |
Veröffentlichungsdatum | 2016-01-11 |
Entwickler | Andy Young |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grade Calculator", "description": "Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser.", "version": "1.2", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |