Waterloo Quest+
Helpful improvements for Waterloo's Quest System
Wat is Waterloo Quest+?
Waterloo Quest+ is een Chrome-extensie ontwikkeld door WATER WATER WATER, en de belangrijkste functie is "Helpful improvements for Waterloo's Quest System".
Extensie Screenshots
Download het CRX-bestand van de extensie Waterloo Quest+
Download Waterloo Quest+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Waterloo Quest+ |
ID | flibldkpfnhllecdhoaogigdnajngaoc |
Officiële URL | https://chromewebstore.google.com/detail/waterloo-quest+/flibldkpfnhllecdhoaogigdnajngaoc |
Beschrijving | Helpful improvements for Waterloo's Quest System |
Bestandsgrootte | 1.51 MB |
Aantal Installaties | 52 |
Huidige Versie | 2.12 |
Laatst Bijgewerkt | 2018-08-22 |
Publicatiedatum | 2018-08-22 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | WATER WATER WATER |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |