UofT Profs

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

Wat is UofT Profs?

UofT Profs is een Chrome-extensie ontwikkeld door https://uoftprofs.com, en de belangrijkste functie is "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie UofT Profs

Download UofT Profs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam UofT Profs UofT Profs
ID olojdnpfailkhfoimaddolpmeilcdong
Officiële URL https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong
Beschrijving This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
Bestandsgrootte 47.24 KB
Aantal Installaties 39
Huidige Versie 1.3.1
Laatst Bijgewerkt 2018-06-29
Publicatiedatum 2018-06-28
Beoordeling 4.56/5 Totaal 9 Beoordelingen
Ontwikkelaar https://uoftprofs.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/walden-shen/uoft-profs-crx
Ondersteunde Talen 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\/*"
    ]
}