Simple PCR
A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
Wat is Simple PCR?
Simple PCR is een Chrome-extensie ontwikkeld door Manan Shah, en de belangrijkste functie is "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple PCR
Download Simple PCR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Simple PCR |
ID | gnjdgmejpiccjckfhaejdljmpanhbohe |
Officiële URL | https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe |
Beschrijving | A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week. |
Bestandsgrootte | 40.79 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2015-04-27 |
Publicatiedatum | 2015-04-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Manan Shah |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |