Simple PCR

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

Cos'è Simple PCR?

Simple PCR è un'estensione di Chrome sviluppata da Manan Shah, e la sua funzione principale è "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple PCR

Scarica i file di estensione Simple PCR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Simple PCR Simple PCR
ID gnjdgmejpiccjckfhaejdljmpanhbohe
URL Ufficiale https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe
Descrizione A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
Dimensione del File 40.79 KB
Conteggio Installazioni 21
Versione Corrente 1.1.0
Ultimo Aggiornamento 2015-04-27
Data di Pubblicazione 2015-04-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Manan Shah
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}