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开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.”。

扩展截图

screenshot

下载Simple PCR扩展crx文件

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