UWaterloo Course Info

Provides information about UWaterloo Courses when searched on Google.

UWaterloo Course Info क्या है?

UWaterloo Course Info Arcse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides information about UWaterloo Courses when searched on Google."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UWaterloo Course Info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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