Tenafly GPA Calculator
This thing calculates your gpa.
What is Tenafly GPA Calculator?
Tenafly GPA Calculator is a Chrome extension developed by pienote, and its main feature is "This thing calculates your gpa.".
Extension Screenshots
Download Tenafly GPA Calculator Extension CRX File
Download Tenafly 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
Calculate your gpa with one button, uses the Tenafly Grade Point Average scale, only tested with tenafly.k12.nj.us.
Extension Basic Information
Name | Tenafly GPA Calculator |
ID | hhibfahkdabfjmieobhafkglmleommja |
Official URL | https://chromewebstore.google.com/detail/tenafly-gpa-calculator/hhibfahkdabfjmieobhafkglmleommja |
Description | This thing calculates your gpa. |
File Size | 43.37 KB |
Installation Count | 19 |
Current Version | 13.37 |
Last Updated | 2016-12-19 |
Publish Date | 2016-12-18 |
Rating | 4.67/5 Total 3 Ratings |
Developer | pienote |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tenafly GPA Calculator", "description": "This thing calculates your gpa.", "version": "13.37", "content_scripts": [ { "matches": [ "https:\/\/parents.tenafly.k12.nj.us\/*" ], "js": [ "jquery.js", "background.js" ] } ], "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |