RateMyTrojans
Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.
Wat is RateMyTrojans?
RateMyTrojans is een Chrome-extensie ontwikkeld door Kyle Chua, en de belangrijkste functie is "Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.".
Extensie Screenshots
Download het CRX-bestand van de extensie RateMyTrojans
Download RateMyTrojans-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
View the source code: https://github.com/kylechua/rmpLinks-USC Basisinformatie over de Extensie
| Naam | |
| ID | kmhmknbhcdgedenadphgnpaelgabimmi |
| Officiële URL | https://chromewebstore.google.com/detail/ratemytrojans/kmhmknbhcdgedenadphgnpaelgabimmi |
| Beschrijving | Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website. |
| Bestandsgrootte | 435 KB |
| Aantal Installaties | 192 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2018-08-08 |
| Publicatiedatum | 2018-07-09 |
| Ontwikkelaar | Kyle Chua |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/kylechua/rmpLinks-USC |
| Ondersteunde Talen | 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\/*"
]
} | |