Unlimited Waterloo Works
An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.
Unlimited Waterloo Works란 무엇입니까?
Unlimited Waterloo Works은(는) Disruptive Innovation by Simon Tang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience."입니다.
확장 프로그램 스크린샷
Unlimited Waterloo Works 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unlimited Waterloo Works is a 3rd party Chrome extension that unlimits your WaterlooWorks experience. The scope of this extension is to only make cosmetic changes, and not interfere with the underlying functionality. However, since this extension is in beta, consider disabling the extension when you want to be absolutely sure that nothing can go wrong. With that said, the author hopes that you enjoy this extension and get lots of offers! Please leave some suggestions! This extension has no affiliation with WaterlooWorks, its developers, or the University of Waterloo. If you want to submit original poetry, PM me at /u/simonsrealaccount.
확장 프로그램 기본 정보
이름 | Unlimited Waterloo Works |
ID | mgdhpnklfaddomncncglmmcdbbojhcdm |
공식 URL | https://chromewebstore.google.com/detail/unlimited-waterloo-works/mgdhpnklfaddomncncglmmcdbbojhcdm |
설명 | An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience. |
파일 크기 | 144 KB |
설치 횟수 | 93 |
현재 버전 | 0.3.420 alpha |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Disruptive Innovation by Simon Tang |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Simon-Tang/Unlimited-Waterloo-Works |
도움말 페이지 URL | https://www.reddit.com/user/simonsrealaccount |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unlimited Waterloo Works", "version": "0.4.420", "author": "Disruptive Innovation", "version_name": "0.3.420 alpha", "description": "An unofficial extension to enhance, unlimit, and bring innovation to your WaterlooWorks experience.", "icons": { "128": "icon_128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "js\/oninstalled.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "https:\/\/waterlooworks.uwaterloo.ca\/*" ], "css": [], "js": [ "js\/jquery-3.1.1.min.js", "js\/lodash.js", "js\/unlimitedwaterlooworks.js" ] }, { "matches": [ "https:\/\/waterlooworks.uwaterloo.ca\/home.htm" ], "css": [], "js": [ "js\/jquery-3.1.1.min.js", "js\/lodash.js", "js\/homepage.js" ] } ], "web_accessible_resources": [ "css\/unlimitedwaterlooworks.css" ] } |