Waterloo Quest+

Helpful improvements for Waterloo's Quest System

What is Waterloo Quest+?

Waterloo Quest+ is a Chrome extension developed by WATER WATER WATER, and its main feature is "Helpful improvements for Waterloo's Quest System".

Extension Screenshots

screenshot
screenshot
screenshot

Download Waterloo Quest+ Extension CRX File

Download Waterloo Quest+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Helpful tools to improve Waterloo's Quest System. It adds these additional features.

- Displays professor ratings beside their names
- Warns you of conflicts when applying to courses


The Goose was taken bu Alan D. Wilson, and modified by Photoshop (cropped and noise reduction applied).
The copyright license can be found at: creativecommons.org/licenses/by-sa/2.5/                    

Extension Basic Information

Name Waterloo Quest+ Waterloo Quest+
ID flibldkpfnhllecdhoaogigdnajngaoc
Official URL https://chromewebstore.google.com/detail/waterloo-quest+/flibldkpfnhllecdhoaogigdnajngaoc
Description Helpful improvements for Waterloo's Quest System
File Size 1.51 MB
Installation Count 52
Current Version 2.12
Last Updated 2018-08-22
Publish Date 2018-08-22
Rating 5.00/5 Total 8 Ratings
Developer WATER WATER WATER
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Waterloo Quest+",
    "short_name": "WQ+",
    "description": "Helpful improvements for Waterloo's Quest System",
    "version": "2.12",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "web_accessible_resources": [
        "suggest.html"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "128": "icon128.png",
        "32": "icon64.png"
    }
}