PS1@BITS

Tired of CrappyUI

Что такое PS1@BITS?

PS1@BITS - это расширение Chrome, разработанное prannoyp.1994, и его основная функция - "Tired of CrappyUI".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения PS1@BITS

Скачайте файлы расширений PS1@BITS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A Jquery User Interface to select preferences of Practise School 1 BITS-Pilani.It also automatically fills in the form in the PSD website according to the order in the interface of this app.There is an option to save the preferences also.You can see the Jquery preference form on the new tab page.In case of any suggestions or problems just drop in a mail to [email protected]                    

Основная информация о расширении

Название PS1@BITS PS1@BITS
ID nfngooibnfknjfcmcckgeclpcnodkneo
Официальный URL https://chromewebstore.google.com/detail/ps1bits/nfngooibnfknjfcmcckgeclpcnodkneo
Описание Tired of CrappyUI
Размер файла 108 KB
Количество установок 78
Текущая Версия 2.0.5
Последнее Обновление 2014-03-08
Дата публикации 2014-03-08
Рейтинг 4.44/5 Всего 9 оценок
Разработчик prannoyp.1994
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PS1@BITS",
    "version": "2.0.5",
    "description": "Tired of CrappyUI",
    "options_page": "index.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jq.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Fill In Your Preferences"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.bits-pilani.ac.in:12370\/ps1prefent\/servlet\/ps1prefent.PreferenceEntry"
            ],
            "js": [
                "jq.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}