Better CourseBook - UT Dallas

Makes the CourseBook better!

Better CourseBook - UT Dallasคืออะไร?

Better CourseBook - UT Dallas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saitanayd และคุณลักษณะหลักของมันคือ "Makes the CourseBook better!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better CourseBook - UT Dallas

ดาวน์โหลดไฟล์ส่วนขยาย Better CourseBook - UT Dallas ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Better CourseBook - UT Dallas Better CourseBook - UT Dallas
ID bjkondedbcbdebddkimflhiehecncoaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-coursebook-ut-dall/bjkondedbcbdebddkimflhiehecncoaf
คำอธิบาย Makes the CourseBook better!
ขนาดไฟล์ 29.97 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-10-31
วันที่เผยแพร่ 2019-10-31
ผู้พัฒนา saitanayd
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    ]
}