UWaterloo Course Info

Provides information about UWaterloo Courses when searched on Google.

O que é UWaterloo Course Info?

UWaterloo Course Info é uma extensão do Chrome desenvolvida por Arcse, e sua principal característica é "Provides information about UWaterloo Courses when searched on Google.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UWaterloo Course Info

Baixe arquivos de extensão UWaterloo Course Info no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UWaterloo Course Info UWaterloo Course Info
ID nmbmnicfcaeadiikpjbecaebdnppomgf
URL Oficial https://chromewebstore.google.com/detail/uwaterloo-course-info/nmbmnicfcaeadiikpjbecaebdnppomgf
Descrição Provides information about UWaterloo Courses when searched on Google.
Tamanho do Arquivo 126 KB
Contagem de Instalações 37
Versão Atual 0.0.1.5
Última Atualização 2019-01-19
Data de Publicação 2019-01-16
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor Arcse
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}