Productivity+

Tired of CrappyUI

Productivity+คืออะไร?

Productivity+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prannoyp.1994 และคุณลักษณะหลักของมันคือ "Tired of CrappyUI"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Productivity+

ดาวน์โหลดไฟล์ส่วนขยาย Productivity+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Productivity+ Productivity+
ID oelnmomnnbhdkcjojponkokabemdaibb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/productivity+/oelnmomnnbhdkcjojponkokabemdaibb
คำอธิบาย Tired of CrappyUI
ขนาดไฟล์ 192 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 7.0.8
อัปเดตครั้งล่าสุด 2014-05-05
วันที่เผยแพร่ 2014-05-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา prannoyp.1994
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}