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ファイルをダウンロード
Unlimited Waterloo Works拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |