Simple PCR
A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
Simple PCRとは何ですか?
Simple PCRはManan Shahによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.」です。
拡張機能のスクリーンショット
Simple PCR拡張機能のCRXファイルをダウンロード
Simple PCR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Simple PCR |
ID | gnjdgmejpiccjckfhaejdljmpanhbohe |
公式URL | https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe |
説明 | A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week. |
ファイルサイズ | 40.79 KB |
インストール数 | 21 |
現在のバージョン | 1.1.0 |
最終更新日 | 2015-04-27 |
公開日 | 2015-04-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Manan Shah |
支払い方法 | free |
対応言語 | 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\/*" ] } ] } |