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
公式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"
    ]
}