Simple PCR
A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
Co to jest Simple PCR?
Simple PCR to rozszerzenie Chrome opracowane przez Manan Shah, a jego główną funkcją jest „A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple PCR
Pobierz pliki rozszerzeń Simple PCR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Simple PCR |
ID | gnjdgmejpiccjckfhaejdljmpanhbohe |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe |
Opis | A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week. |
Rozmiar pliku | 40.79 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2015-04-27 |
Data Publikacji | 2015-04-27 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Manan Shah |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |