Waterloo Quest+

Helpful improvements for Waterloo's Quest System

Waterloo Quest+とは何ですか?

Waterloo Quest+はWATER WATER WATERによって開発されたChromeの拡張機能で、その主な機能は「Helpful improvements for Waterloo's Quest System」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Waterloo Quest+拡張機能のCRXファイルをダウンロード

Waterloo Quest+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Waterloo Quest+ Waterloo Quest+
ID flibldkpfnhllecdhoaogigdnajngaoc
公式URL https://chromewebstore.google.com/detail/waterloo-quest+/flibldkpfnhllecdhoaogigdnajngaoc
説明 Helpful improvements for Waterloo's Quest System
ファイルサイズ 1.51 MB
インストール数 52
現在のバージョン 2.12
最終更新日 2018-08-22
公開日 2018-08-22
評価 5.00/5 合計 8 レビュー
開発者 WATER WATER WATER
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}