Powerschool Calculator
Calculate and estimate your grades!
What is Powerschool Calculator?
Powerschool Calculator is a Chrome extension developed by alim, and its main feature is "Calculate and estimate your grades!".
Extension Screenshots
Download Powerschool Calculator Extension CRX File
Download Powerschool 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
Chrome extension that calculates a user's grades and assists in estimating or setting goals for their final grade.
Extension Basic Information
Name | Powerschool Calculator |
ID | kfgnlieapagplkdinlafiamifjnfdepa |
Official URL | https://chromewebstore.google.com/detail/powerschool-calculator/kfgnlieapagplkdinlafiamifjnfdepa |
Description | Calculate and estimate your grades! |
File Size | 1.04 MB |
Installation Count | 195 |
Current Version | 2.21 |
Last Updated | 2020-01-17 |
Publish Date | 2020-01-14 |
Rating | 4.64/5 Total 11 Ratings |
Developer | alim |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Arisrei Lim", "background": { "persistent": true, "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "Chart.css" ], "js": [], "matches": [ "*:\/\/*\/guardian\/*" ] } ], "description": "Calculate and estimate your grades!", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+esfppFPUbAcDnS\/k8fiVw6QeBd6j\/o\/pnX3WuospI4KCqTcFDefsUFVOl6VpmyIoJuQDVaU\/0Xl+C\/hhirAIwgzqOsLZqBUGFbSagK57+BOj67kMA2wgpQ\/draqB8MeonIuFAzehUd2qoWwZmgviFTNz2YJ\/Exs7DHdMKSgzxExYwsbyGCJhS2MStAE6\/qaHunVFJ\/T\/kDoatHI03adX3nhoP1VckVllzGpKcMQ57TvMqfpJ0YpUoWXajizbJ9x3rRGS46VfK3OJqqoJvGfLCgWmoXuLa4qE+LpDygDz24UoqWO7uViXZTtSLs\/TKPwwO1rvAxUh3DtXn5zwjnqNwIDAQAB", "manifest_version": 2, "name": "Powerschool Calculator", "permissions": [ "activeTab" ], "version": "2.21" } |