Color PCR

A chrome extension that colors PCR classes and tests/quizzes with different shades

Color PCR란 무엇입니까?

Color PCR은(는) Manan Shah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension that colors PCR classes and tests/quizzes with different shades"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Color PCR is a chrome extension for students at schools that use the PCR homework management system. This extension automatically changes the color for each of your classes and colors tests and quizzes bright red to maximize productivity and help time management. It furthermore changes the opacity of classwork and homework assignments to enhance the importance of homework.  

Please report any issues at https://github.com/mananshah99/colorpcr/issues

Thanks to Grace Guan for the screenshots.

Version 0.0.7
 - Study of [*]/Test Color bugfix
 - Colors made more aesthetically appealing

Version 0.0.6
 - Test color is now a distinct bright blue
 - Classwork is faded out and returns to normal shade on hover (makes homework more prominent)

Version 0.0.5
 - Major bugfixes from 0.0.4
 - (wip) transparency added

Version 0.0.4
 - Test color has been changed to bright red

Version 0.0.3
 - Bugfix in regex checking that colored entire dashboard white

Version 0.0.2
 - Minor updates to code, improve load time

Version 0.0.1
 - Initial release                    

확장 프로그램 기본 정보

이름 Color PCR Color PCR
ID haafhihdmeehcdijgmgelccllohbkhph
공식 URL https://chromewebstore.google.com/detail/color-pcr/haafhihdmeehcdijgmgelccllohbkhph
설명 A chrome extension that colors PCR classes and tests/quizzes with different shades
파일 크기 12.43 KB
설치 횟수 32
현재 버전 0.0.7
최근 업데이트 2014-09-29
출시 날짜 2014-09-29
평점 4.50/5 총 2 개의 평점
개발자 Manan Shah
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color PCR",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "A chrome extension that colors PCR classes and tests\/quizzes with different shades",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/inject.js"
            ],
            "matches": [
                "*:\/\/webappsca.pcrsoft.com\/Clue\/*"
            ]
        }
    ]
}