Simple PCR
A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
O que é Simple PCR?
Simple PCR é uma extensão do Chrome desenvolvida por Manan Shah, e sua principal característica é "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple PCR
Baixe arquivos de extensão Simple PCR no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Simple PCR |
ID | gnjdgmejpiccjckfhaejdljmpanhbohe |
URL Oficial | https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe |
Descrição | A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week. |
Tamanho do Arquivo | 40.79 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.1.0 |
Última Atualização | 2015-04-27 |
Data de Publicação | 2015-04-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Manan Shah |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |