UWaterloo Course Info

Provides information about UWaterloo Courses when searched on Google.

UWaterloo Course Info란 무엇입니까?

UWaterloo Course Info은(는) Arcse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides information about UWaterloo Courses when searched on Google."입니다.

확장 프로그램 스크린샷

screenshot

UWaterloo Course Info 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds a card containing a summary about the UW Course you searched on Google.
Click on the extension to Enable/Disable.

IMPORTANT:
It requires access to all sites so that it could work for all google domains, you can set it to have access to google.com/ca/etc only if you'd like though.

---------------------------------------
Whats New in 0.0.1.5:
- Now works in all google domains
---------------------------------------

The image for the app's icon is taken from https://uwaterloo.ca/brand/resources/logos/official-logos
This extension is not affiliated with Google or UWaterloo.                    

확장 프로그램 기본 정보

이름 UWaterloo Course Info UWaterloo Course Info
ID nmbmnicfcaeadiikpjbecaebdnppomgf
공식 URL https://chromewebstore.google.com/detail/uwaterloo-course-info/nmbmnicfcaeadiikpjbecaebdnppomgf
설명 Provides information about UWaterloo Courses when searched on Google.
파일 크기 126 KB
설치 횟수 37
현재 버전 0.0.1.5
최근 업데이트 2019-01-19
출시 날짜 2019-01-16
평점 4.80/5 총 5 개의 평점
개발자 Arcse
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UWaterloo Course Info",
    "version": "0.0.1.5",
    "description": "Provides information about UWaterloo Courses when searched on Google.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dependencies\/jQuery\/jquery-3.2.1.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/UWYellow128x.png",
        "default_title": "Click to Toggle!"
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "notifications"
    ]
}