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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |