Simple PCR
A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
Co je Simple PCR?
Simple PCR je rozšíření Chrome vyvinuté Manan Shah, a jeho hlavní funkcí je „A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Simple PCR
Stáhněte si soubory rozšíření Simple PCR ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Simple PCR |
ID | gnjdgmejpiccjckfhaejdljmpanhbohe |
Oficiální URL | https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe |
Popis | A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week. |
Velikost souboru | 40.79 KB |
Počet instalací | 21 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2015-04-27 |
Datum Vydání | 2015-04-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Manan Shah |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |