Productivity+
Tired of CrappyUI
O que é Productivity+?
Productivity+ é uma extensão do Chrome desenvolvida por prannoyp.1994, e sua principal característica é "Tired of CrappyUI".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Productivity+
Baixe arquivos de extensão Productivity+ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | Productivity+ |
ID | oelnmomnnbhdkcjojponkokabemdaibb |
URL Oficial | https://chromewebstore.google.com/detail/productivity+/oelnmomnnbhdkcjojponkokabemdaibb |
Descrição | Tired of CrappyUI |
Tamanho do Arquivo | 192 KB |
Contagem de Instalações | 50 |
Versão Atual | 7.0.8 |
Última Atualização | 2014-05-05 |
Data de Publicação | 2014-05-05 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | prannoyp.1994 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |