PS1@BITS

Tired of CrappyUI

PS1@BITS란 무엇입니까?

PS1@BITS은(는) prannoyp.1994에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of CrappyUI"입니다.

확장 프로그램 스크린샷

screenshot

PS1@BITS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}