RateMyTrojans

Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.

Apa itu RateMyTrojans?

RateMyTrojans adalah ekstensi Chrome yang dikembangkan oleh Kyle Chua, dan fitur utamanya adalah "Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RateMyTrojans

Unduh file ekstensi RateMyTrojans 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

                        View the source code: https://github.com/kylechua/rmpLinks-USC                    

Informasi Dasar Ekstensi

Nama RateMyTrojans RateMyTrojans
ID kmhmknbhcdgedenadphgnpaelgabimmi
URL Resmi https://chromewebstore.google.com/detail/ratemytrojans/kmhmknbhcdgedenadphgnpaelgabimmi
Deskripsi Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.
Ukuran File 435 KB
Jumlah Instalasi 192
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2018-08-08
Tanggal Publikasi 2018-07-09
Pengembang Kyle Chua
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/kylechua/rmpLinks-USC
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RateMyTrojans",
    "description": "Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/webreg.usc.edu\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "findProfs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "https:\/\/www.ratemyprofessors.com\/*"
    ]
}