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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manan Shah และคุณลักษณะหลักของมันคือ "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Simple PCR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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