Garret's PowerSchool Addon for KFHS

Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.

What is Garret's PowerSchool Addon for KFHS?

Garret's PowerSchool Addon for KFHS is a Chrome extension developed by Garret, and its main feature is "Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.".

Extension Screenshots

screenshot

Download Garret's PowerSchool Addon for KFHS Extension CRX File

Download Garret's PowerSchool Addon for KFHS 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

                        **2017-12-15 fixed semester 2 thing
**2017-12-14 made it stop saying it reads your browser history because it doesn't.
Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.                    

Extension Basic Information

Name Garret's PowerSchool Addon for KFHS Garret's PowerSchool Addon for KFHS
ID loabipjaabmcjhnopnnagllpopljabnp
Official URL https://chromewebstore.google.com/detail/garrets-powerschool-addon/loabipjaabmcjhnopnnagllpopljabnp
Description Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.
File Size 354 KB
Installation Count 25
Current Version 1.0.2
Last Updated 2017-12-15
Publish Date 2017-12-15
Developer Garret
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "browser_action": {
        "default_icon": "gpowerschool.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/ps-ket.metasolutions.net\/*"
            ]
        },
        {
            "js": [
                "js\/styles.js"
            ],
            "matches": [
                "https:\/\/ps-ket.metasolutions.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.",
    "icons": {
        "256": "gpowerschoolicon.png",
        "32": "gpowerschool.png"
    },
    "manifest_version": 2,
    "name": "Garret's PowerSchool Addon for KFHS",
    "permissions": [
        "storage"
    ],
    "short_name": "gPS",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        "js\/gpowerschool.js",
        "js\/styles.js",
        "snow.gif",
        "christmas.css"
    ]
}