Color PCR

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

Color PCRคืออะไร?

Color PCR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manan Shah และคุณลักษณะหลักของมันคือ "A chrome extension that colors PCR classes and tests/quizzes with different shades"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color PCR

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}