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
官方網址 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\/*"
            ]
        }
    ]
}