WaterlooWorks Works
This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…
WaterlooWorks Worksとは何ですか?
WaterlooWorks WorksはChris Heinemeyerによって開発されたChromeの拡張機能で、その主な機能は「This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…」です。
拡張機能のスクリーンショット
WaterlooWorks Works拡張機能のCRXファイルをダウンロード
WaterlooWorks Works拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll to the top of the page before moving to the next page. Navigation bar text doesn't disappear when scrolling. The left bar buttons are fixed in place. Job pages tab titles and navigation bar text changes to Employer Name - Job Name. Apply, Shortlist, Not Interested, and Print buttons are added to the navigation bar. A regex finds common phrases related to a driver's license or vehicle being needed and highlights them, and a warning appears at the top of the description. The footer size is reduced. *** 0.6.1 *** Fixed upload document screen so that the submit button can be enabled
拡張機能の基本情報
名前 | WaterlooWorks Works |
ID | plhaoajbhnjfbdkkimekccjpojkphmmp |
公式URL | https://chromewebstore.google.com/detail/waterlooworks-works/plhaoajbhnjfbdkkimekccjpojkphmmp |
説明 | This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll… |
ファイルサイズ | 48.6 KB |
インストール数 | 685 |
現在のバージョン | 0.6.1 |
最終更新日 | 2017-02-25 |
公開日 | 2017-02-25 |
評価 | 4.93/5 合計 30 レビュー |
開発者 | Chris Heinemeyer |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WaterlooWorks Works", "version": "0.6.1", "icons": { "32": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/co-op\/coop-postings*" ], "js": [ "jquery-3.1.1.min.js", "autolinker.min.js", "content.js" ], "css": [ "fix.css" ] }, { "matches": [ "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/dashboard*" ], "js": [ "jquery-3.1.1.min.js", "autolinker.min.js", "dashboard.js" ] }, { "matches": [ "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/co-op\/documents*" ], "js": [ "jquery-3.1.1.min.js", "autolinker.min.js", "documents.js" ], "css": [ "fix.css" ] } ], "web_accessible_resources": [ "fix.css" ] } |