Productivity+

Tired of CrappyUI

Productivity+ là gì?

Productivity+ 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 Productivity+

Tải xuống các tệp mở rộng Productivity+ 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 Practice School-2, BITS-Pilani,Pilani campus.It also automatically fills in the form in the PSD website according to the order in the interface of this app.There is also an option of saving the preferences.You can see the Jquery preference form and relevant instructions 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 Productivity+ Productivity+
ID oelnmomnnbhdkcjojponkokabemdaibb
URL Chính Thức https://chromewebstore.google.com/detail/productivity+/oelnmomnnbhdkcjojponkokabemdaibb
Mô tả Tired of CrappyUI
Kích Thước Tệp 192 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 7.0.8
Cập Nhật Lần Cuối 2014-05-05
Ngày Phát Hành 2014-05-05
Đánh Giá 5.00/5 Tổng số 3 Đá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": "Productivity+",
    "version": "7.0.8",
    "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:\/\/172.18.9.55:8084\/prefent\/servlet\/prefent.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"
    }
}