Waterloo Quest+

Helpful improvements for Waterloo's Quest System

Cos'è Waterloo Quest+?

Waterloo Quest+ è un'estensione di Chrome sviluppata da WATER WATER WATER, e la sua funzione principale è "Helpful improvements for Waterloo's Quest System".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Waterloo Quest+

Scarica i file di estensione Waterloo Quest+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Waterloo Quest+ Waterloo Quest+
ID flibldkpfnhllecdhoaogigdnajngaoc
URL Ufficiale https://chromewebstore.google.com/detail/waterloo-quest+/flibldkpfnhllecdhoaogigdnajngaoc
Descrizione Helpful improvements for Waterloo's Quest System
Dimensione del File 1.51 MB
Conteggio Installazioni 52
Versione Corrente 2.12
Ultimo Aggiornamento 2018-08-22
Data di Pubblicazione 2018-08-22
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore WATER WATER WATER
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}