PS1@BITS
Tired of CrappyUI
什麼是PS1@BITS?
PS1@BITS是由prannoyp.1994開發的Chrome擴展程式,該擴展的主要功能是“Tired of CrappyUI”。
擴展截圖
下載PS1@BITS擴展crx文件
下載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 |
ID | nfngooibnfknjfcmcckgeclpcnodkneo |
官方網址 | 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" } } |