UWaterloo Course Info

Provides information about UWaterloo Courses when searched on Google.

Vad är UWaterloo Course Info?

UWaterloo Course Info är en Chrome-tillägg utvecklad av Arcse, och dess huvudfunktion är "Provides information about UWaterloo Courses when searched on Google.".

Tilläggsskärmbilder

screenshot

Ladda ner UWaterloo Course Info-förlängningens CRX-fil

Ladda ner UWaterloo Course Info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn UWaterloo Course Info UWaterloo Course Info
ID nmbmnicfcaeadiikpjbecaebdnppomgf
Officiell webbadress https://chromewebstore.google.com/detail/uwaterloo-course-info/nmbmnicfcaeadiikpjbecaebdnppomgf
Beskrivning Provides information about UWaterloo Courses when searched on Google.
Filstorlek 126 KB
Antal Installationer 37
Aktuell Version 0.0.1.5
Senast Uppdaterad 2019-01-19
Publiceringsdatum 2019-01-16
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare Arcse
Betalningssätt free
Stödda Språk 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"
    ]
}