PowerSchool Grade Calculator

PowerSchool Grade Calculator

Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PowerSchool Grade Calculator",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "calculate.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}