Simple PCR

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

Qu'est-ce que Simple PCR ?

Simple PCR est une extension Chrome développée par Manan Shah, et sa fonction principale est "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple PCR

Téléchargez les fichiers d'extension Simple PCR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Simple PCR Simple PCR
ID gnjdgmejpiccjckfhaejdljmpanhbohe
URL Officiel 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.
Taille du Fichier 40.79 KB
Nombre d'Installations 21
Version Actuelle 1.1.0
Dernière Mise à Jour 2015-04-27
Date de Publication 2015-04-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Manan Shah
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}