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.”。

擴展截圖

screenshot

下載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 Unlimited Waterloo Works
ID mgdhpnklfaddomncncglmmcdbbojhcdm
官方網址 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"
    ]
}