Simple PCR

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

Vad är Simple PCR?

Simple PCR är en Chrome-tillägg utvecklad av Manan Shah, och dess huvudfunktion är "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.".

Tilläggsskärmbilder

screenshot

Ladda ner Simple PCR-förlängningens CRX-fil

Ladda ner Simple PCR-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Simple PCR Simple PCR
ID gnjdgmejpiccjckfhaejdljmpanhbohe
Officiell webbadress https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe
Beskrivning A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
Filstorlek 40.79 KB
Antal Installationer 21
Aktuell Version 1.1.0
Senast Uppdaterad 2015-04-27
Publiceringsdatum 2015-04-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Manan Shah
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}