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