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."입니다.

확장 프로그램 스크린샷

screenshot

Simple PCR 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}