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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}