Simple PCR
A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
Apa itu Simple PCR?
Simple PCR adalah ekstensi Chrome yang dikembangkan oleh Manan Shah, dan fitur utamanya adalah "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple PCR
Unduh file ekstensi Simple PCR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Simple PCR |
ID | gnjdgmejpiccjckfhaejdljmpanhbohe |
URL Resmi | https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe |
Deskripsi | A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week. |
Ukuran File | 40.79 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2015-04-27 |
Tanggal Publikasi | 2015-04-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Manan Shah |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |