Better CourseBook - UT Dallas

Makes the CourseBook better!

Wat is Better CourseBook - UT Dallas?

Better CourseBook - UT Dallas is een Chrome-extensie ontwikkeld door saitanayd, en de belangrijkste functie is "Makes the CourseBook better!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Better CourseBook - UT Dallas

Download Better CourseBook - UT Dallas-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

                        Adds RateMyProfessor and UTD grades tabs to UT Dallas CourseBook search results. RMP tab loads an in-frame RMP search page for the professor of the chosen class. The UTD Grades tab loads the grade distribution for the chosen class if it is available. Otherwise, a search for that class is loaded.                    

Basisinformatie over de Extensie

Naam Better CourseBook - UT Dallas Better CourseBook - UT Dallas
ID bjkondedbcbdebddkimflhiehecncoaf
Officiële URL https://chromewebstore.google.com/detail/better-coursebook-ut-dall/bjkondedbcbdebddkimflhiehecncoaf
Beschrijving Makes the CourseBook better!
Bestandsgrootte 29.97 KB
Aantal Installaties 49
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-10-31
Publicatiedatum 2019-10-31
Ontwikkelaar saitanayd
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better CourseBook - UT Dallas",
    "version": "1.0.0",
    "description": "Makes the CourseBook better!",
    "manifest_version": 2,
    "author": "Sai Tanay Desaraju",
    "web_accessible_resources": [
        "scripts\/script.js"
    ],
    "permissions": [
        "https:\/\/coursebook.utdallas.edu\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/coursebook.utdallas.edu\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/bootstrap.min.css"
            ],
            "run_at": "document_idle"
        }
    ]
}