Gpa calculator
Quick launch GPA viewer for Yorku students
What is Gpa calculator?
Gpa calculator is a Chrome extension developed by Alexander, and its main feature is "Quick launch GPA viewer for Yorku students".
Extension Screenshots
Download Gpa calculator Extension CRX File
Download Gpa 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
An extension for students at York University to view their overall , sessional, and choice of culminative Grade Point Average (GPA) in a click of a button.
Extension Basic Information
Name | Gpa calculator |
ID | lpabmedjkjjjpjmeadnbpbmbklhnbbel |
Official URL | https://chromewebstore.google.com/detail/gpa-calculator/lpabmedjkjjjpjmeadnbpbmbklhnbbel |
Description | Quick launch GPA viewer for Yorku students |
File Size | 120 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2020-08-02 |
Publish Date | 2020-07-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Alexander |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gpa calculator", "version": "1.0", "description": "Quick launch GPA viewer for Yorku students", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/wrem.sis.yorku.ca\/Apps\/WebObjects\/ydml.woa\/wa\/DirectAction\/document?name=CourseListv1", "https:\/\/w6prod.sis.yorku.ca\/yda\/student" ], "js": [ "main.js" ] } ], "icons": { "128": "icon.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "eecs calculator", "default_icon": "icon.png" } } |