Better CourseBook - UT Dallas

Makes the CourseBook better!

Apa itu Better CourseBook - UT Dallas?

Better CourseBook - UT Dallas adalah ekstensi Chrome yang dikembangkan oleh saitanayd, dan fitur utamanya adalah "Makes the CourseBook better!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Better CourseBook - UT Dallas

Unduh file ekstensi Better CourseBook - UT Dallas dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Better CourseBook - UT Dallas Better CourseBook - UT Dallas
ID bjkondedbcbdebddkimflhiehecncoaf
URL Resmi https://chromewebstore.google.com/detail/better-coursebook-ut-dall/bjkondedbcbdebddkimflhiehecncoaf
Deskripsi Makes the CourseBook better!
Ukuran File 29.97 KB
Jumlah Instalasi 49
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-10-31
Tanggal Publikasi 2019-10-31
Pengembang saitanayd
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}