PS1@BITS

Tired of CrappyUI

PS1@BITS là gì?

PS1@BITS là một tiện ích mở rộng Chrome được phát triển bởi prannoyp.1994, và tính năng chính của nó là "Tired of CrappyUI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PS1@BITS

Tải xuống các tệp mở rộng PS1@BITS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PS1@BITS PS1@BITS
ID nfngooibnfknjfcmcckgeclpcnodkneo
URL Chính Thức https://chromewebstore.google.com/detail/ps1bits/nfngooibnfknjfcmcckgeclpcnodkneo
Mô tả Tired of CrappyUI
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2014-03-08
Ngày Phát Hành 2014-03-08
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển prannoyp.1994
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}