Simple PCR

A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.

What is Simple PCR?

Simple PCR is a Chrome extension developed by Manan Shah, and its main feature is "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.".

Extension Screenshots

screenshot

Download Simple PCR Extension CRX File

Download Simple PCR 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

                        This chrome extension is a temporary fix to the recent (4/24/2015) change in Harker's PCR system. Note that the extension doesn't work on month view.                    

Extension Basic Information

Name Simple PCR Simple PCR
ID gnjdgmejpiccjckfhaejdljmpanhbohe
Official URL https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe
Description A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
File Size 40.79 KB
Installation Count 21
Current Version 1.1.0
Last Updated 2015-04-27
Publish Date 2015-04-27
Rating 5.00/5 Total 1 Ratings
Developer Manan Shah
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple PCR",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js",
            "thirdparty\/jquery-2.1.3.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "thirdparty\/jquery-2.1.3.min.js",
                "scripts\/inject.js"
            ],
            "matches": [
                "*:\/\/webappsca.pcrsoft.com\/Clue\/*"
            ]
        }
    ]
}