UWaterloo Course Info

Provides information about UWaterloo Courses when searched on Google.

UWaterloo Course Info là gì?

UWaterloo Course Info là một tiện ích mở rộng Chrome được phát triển bởi Arcse, và tính năng chính của nó là "Provides information about UWaterloo Courses when searched on Google.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UWaterloo Course Info

Tải xuống các tệp mở rộng UWaterloo Course Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UWaterloo Course Info UWaterloo Course Info
ID nmbmnicfcaeadiikpjbecaebdnppomgf
URL Chính Thức https://chromewebstore.google.com/detail/uwaterloo-course-info/nmbmnicfcaeadiikpjbecaebdnppomgf
Mô tả Provides information about UWaterloo Courses when searched on Google.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.0.1.5
Cập Nhật Lần Cuối 2019-01-19
Ngày Phát Hành 2019-01-16
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Arcse
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}