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 |
电子邮箱 | [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" ] } |