Productivity+
Tired of CrappyUI
Qu'est-ce que Productivity+ ?
Productivity+ est une extension Chrome développée par prannoyp.1994, et sa fonction principale est "Tired of CrappyUI".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Productivity+
Téléchargez les fichiers d'extension Productivity+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Productivity+ |
ID | oelnmomnnbhdkcjojponkokabemdaibb |
URL Officiel | https://chromewebstore.google.com/detail/productivity+/oelnmomnnbhdkcjojponkokabemdaibb |
Description | Tired of CrappyUI |
Taille du Fichier | 192 KB |
Nombre d'Installations | 50 |
Version Actuelle | 7.0.8 |
Dernière Mise à Jour | 2014-05-05 |
Date de Publication | 2014-05-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | prannoyp.1994 |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |