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文件

下載UWaterloo Course Info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}