UofT Profs

This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.

UofT Profs क्या है?

UofT Profs https://uoftprofs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension adds hyperlinks to instructor names on Acorn, such that people can directly access uoftprofs.com from Acorn.                    

एक्सटेंशन की मूल जानकारी

नाम UofT Profs UofT Profs
ID olojdnpfailkhfoimaddolpmeilcdong
आधिकारिक URL https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong
विवरण This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
फ़ाइल का आकार 47.24 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2018-06-29
प्रकाशन तिथि 2018-06-28
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर https://uoftprofs.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/walden-shen/uoft-profs-crx
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UofT Profs",
    "version": "1.3.1",
    "description": "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/acorn.utoronto.ca\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/acorn.utoronto.ca\/*"
    ]
}