ASU Professor Ratings

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

ASU Professor Ratingsคืออะไร?

ASU Professor Ratings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://asuprofessorratings.com และคุณลักษณะหลักของมันคือ "See Rate My Professors ratings alongside a professor's name when searching for ASU courses."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ASU Professor Ratings

ดาวน์โหลดไฟล์ส่วนขยาย ASU Professor Ratings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}