RateMyProfessors Pro

The easiest way to find professor ratings!

Qu'est-ce que RateMyProfessors Pro ?

RateMyProfessors Pro est une extension Chrome développée par Unknown, et sa fonction principale est "The easiest way to find professor ratings!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RateMyProfessors Pro

Téléchargez les fichiers d'extension RateMyProfessors Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Simply mouse over a professor's name and the ratings will appear instantly!

Currently supports the following schools:

- Baruch College
- Borough of Manhattan Community College
- Brooklyn College
- City College
- College of Staten Island
- Hunter College
- John Jay College
- Medgar Evers College
- New York City College of Technology
- York College

If you would like to request your school to be added, drop a line in the comments.                    

Informations de Base sur l'Extension

Nom RateMyProfessors Pro RateMyProfessors Pro
ID dohhdpipngkmlahpiogdmidfflnjnkff
URL Officiel https://chromewebstore.google.com/detail/ratemyprofessors-pro/dohhdpipngkmlahpiogdmidfflnjnkff
Description The easiest way to find professor ratings!
Taille du Fichier 150 KB
Nombre d'Installations 11
Version Actuelle 0.45
Dernière Mise à Jour 2013-03-19
Date de Publication 2013-03-19
Évaluation 4.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RateMyProfessors Pro",
    "description": "The easiest way to find professor ratings!",
    "version": "0.45",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/core.css",
                "css\/jquery.qtip.min.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.qtip.min.js",
                "js\/handlebars.js",
                "templates\/templates.js",
                "js\/core.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=02"
            ],
            "js": [
                "modules\/baruchCollege.js"
            ]
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=12"
            ],
            "js": [
                "modules\/boroughOfManhattanCommunityCollege.js"
            ]
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=05"
            ],
            "js": [
                "modules\/brooklynCollege.js"
            ]
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=01"
            ],
            "js": [
                "modules\/cityCollege.js"
            ]
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=07"
            ],
            "js": [
                "modules\/collegeOfStatenIsland.js"
            ]
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=03"
            ],
            "js": [
                "modules\/hunterCollege.js"
            ]
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=16"
            ],
            "js": [
                "modules\/johnJayCollege.js"
            ]
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=19"
            ],
            "js": [
                "modules\/medgarEversCollege.js"
            ]
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=13"
            ],
            "js": [
                "modules\/newYorkCityCollegeOfTechnology.js"
            ]
        },
        {
            "matches": [
                "http:\/\/albert.nyu.edu\/*"
            ],
            "js": [
                "modules\/newYorkUniversity.js"
            ]
        },
        {
            "matches": [
                "http:\/\/student.cuny.edu\/cgi-bin\/SectionMeeting\/SectMeetEval.pl?*&COLLEGECODE=15"
            ],
            "js": [
                "modules\/yorkCollege.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/prev.png",
        "images\/next.png",
        "images\/lock.png",
        "images\/facebook.png",
        "images\/thumb.png"
    ]
}