RateMyProfessors Pro

The easiest way to find professor ratings!

RateMyProfessors Proとは何ですか?

RateMyProfessors ProはUnknownによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to find professor ratings!」です。

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

screenshot

RateMyProfessors Pro拡張機能のCRXファイルをダウンロード

RateMyProfessors Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 RateMyProfessors Pro RateMyProfessors Pro
ID dohhdpipngkmlahpiogdmidfflnjnkff
公式URL https://chromewebstore.google.com/detail/ratemyprofessors-pro/dohhdpipngkmlahpiogdmidfflnjnkff
説明 The easiest way to find professor ratings!
ファイルサイズ 150 KB
インストール数 11
現在のバージョン 0.45
最終更新日 2013-03-19
公開日 2013-03-19
評価 4.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
    ]
}