ASU Professor Ratings

See Rate My Professors ratings alongside a professor's name when searching for ASU courses.

ASU Professor Ratings란 무엇입니까?

ASU Professor Ratings은(는) https://asuprofessorratings.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See Rate My Professors ratings alongside a professor's name when searching for ASU courses."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ASU Professor Ratings 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        When searching for courses on ASU's course catalog, Rate My Professors's Overall Rating will be shown next to each instructor.  Mousing over the rating will show more detailed ratings as well as reviews.  Clicking the popup or Overall Rating will open that professor's page on Rate My Professors in a new tab.

Autorun can be disabled so that ratings are only shown when the ASU Professor Ratings icon is clicked. This option and others can be accessed by going to the options menu of the extension by right clicking on the icon and selecting Options. The options can also be accessed through the chrome extensions page (chrome://extensions).                    

확장 프로그램 기본 정보

이름 ASU Professor Ratings ASU Professor Ratings
ID iihdicimlmhhfmbifiifohcnihbbggfl
공식 URL https://chromewebstore.google.com/detail/asu-professor-ratings/iihdicimlmhhfmbifiifohcnihbbggfl
설명 See Rate My Professors ratings alongside a professor's name when searching for ASU courses.
파일 크기 1.06 MB
설치 횟수 4,314
현재 버전 3.2.2
최근 업데이트 2018-02-19
출시 날짜 2018-02-18
평점 3.95/5 총 37 개의 평점
개발자 https://asuprofessorratings.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ASU Professor Ratings",
    "short_name": "ASUProfessors",
    "description": "See Rate My Professors ratings alongside a professor's name when searching for ASU courses.",
    "version": "3.2.2",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webapp4.asu.edu\/catalog\/*"
            ],
            "css": [
                "css\/content_script.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content_script.js",
                "js\/content_script_helper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/callout.png",
        "images\/loading.gif",
        "images\/gold-star.png",
        "html\/feedback.html",
        "html\/table_header.html",
        "html\/prof_rating.html",
        "js\/content_script_helper.js"
    ],
    "browser_action": {
        "default_icon": "images\/logo_no_plus48.png"
    }
}