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文件

下载Color PCR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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