RateMyTrojans
Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.
Hvad er RateMyTrojans?
RateMyTrojans er en Chrome-udvidelse udviklet af Kyle Chua, og dens hovedfunktion er "Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.".
Udvidelsesskærmbilleder
Download RateMyTrojans-udvidelses-CRX-fil
Download RateMyTrojans-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
View the source code: https://github.com/kylechua/rmpLinks-USC
Grundlæggende oplysninger om udvidelsen
Navn | RateMyTrojans |
ID | kmhmknbhcdgedenadphgnpaelgabimmi |
Officiel URL | https://chromewebstore.google.com/detail/ratemytrojans/kmhmknbhcdgedenadphgnpaelgabimmi |
Beskrivelse | Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website. |
Filstørrelse | 435 KB |
Antal Installationer | 192 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2018-08-08 |
Udgivelsesdato | 2018-07-09 |
Udvikler | Kyle Chua |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/kylechua/rmpLinks-USC |
Understøttede Sprog | 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\/*" ] } |