Color PCR

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

Color PCR क्या है?

Color PCR Manan Shah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that colors PCR classes and tests/quizzes with different shades"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Color PCR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}