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" } } |