Simple PCR
A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
¿Qué es Simple PCR?
Simple PCR es una extensión de Chrome desarrollada por Manan Shah, y su función principal es "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple PCR
Descarga archivos de extensión Simple PCR en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Simple PCR |
ID | gnjdgmejpiccjckfhaejdljmpanhbohe |
URL Oficial | https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe |
Descripción | A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week. |
Tamaño del Archivo | 40.79 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.1.0 |
Última Actualización | 2015-04-27 |
Fecha de Publicación | 2015-04-27 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Manan Shah |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } ] } |