Better CourseBook - UT Dallas

Makes the CourseBook better!

Better CourseBook - UT Dallasとは何ですか?

Better CourseBook - UT Dallasはsaitanaydによって開発されたChromeの拡張機能で、その主な機能は「Makes the CourseBook better!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Better CourseBook - UT Dallas拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    ]
}