Productivity+
Tired of CrappyUI
什么是Productivity+?
Productivity+是由prannoyp.1994开发的Chrome扩展程序,该扩展的主要功能是“Tired of CrappyUI”。
扩展截图
下载Productivity+扩展crx文件
下载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+ |
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" } } |