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 Manan Shah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week."।

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

screenshot

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

crx प्रारूप में Simple PCR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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