Any School Rate My Professors Extension

Shows the Rate My Professors rating of professors while searching for classes.

Any School Rate My Professors Extensionคืออะไร?

Any School Rate My Professors Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DisillusionedGatsby และคุณลักษณะหลักของมันคือ "Shows the Rate My Professors rating of professors while searching for classes."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Any School Rate My Professors Extension

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

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

                        This extension shows the Rate My Professors ratings of professors while searching for classes on websites from a crowdsourced Airtable (https://airtable.com/shrLerMYO0zwwLasr).

Professors' names will link to their Rate My Professors page (or the search results if not found). The most helpful rating is chosen as the most recent rating with the most net upvotes (regardless of the quality given). (The most helpful rating on Rate My Professors always has an "Awesome" overall quality.) Also, the "Would take again" value won't show up unless there are eight or more ratings and the majority of ratings answer that question.

To better find professors, this extension will try the first part of a hyphenated last name, different middle/last name combos, and the middle name as the first name (common Southern tradition). It will also try associated nicknames or diminutive names for first names. Lastly, it works with "last name, first name" notation, a first initial given instead of a first name, and only a last name given.

Setup Instructions:
• Check if your college class search website is already in the Airtable (https://airtable.com/shrLerMYO0zwwLasr).
• If not, the edit link to the Airtable is here (https://airtable.com/invite/l?inviteId=inv3Tecc8DWRnj58K&inviteToken=4f05cad586fc2b0ef1f9e95a814ce1be2ceacd835b93aac5c23b8ff9532566bc). Note: You must create an Airtable account if you don't have one to edit.
• Fill in the required fields to add your college's class search website. Read the field descriptions to help you.
• Install this extension if you haven't already.
• Go to the URL of the college class search website you just added.
• If the extension icon is grayed-out, click on it to refresh the supported URL's. (You may have to click on it again if Airtable has not yet pulled in the updated changes.) Click on the colored-in icon and give the extension permissions to the website.
• Refresh the page and professors ratings will be shown.
• Changes from the Airtable will be reflected whenever you click on the extension icon.

The Github repo is here: https://github.com/CalvinWu4/Any-School-Rate-My-Professors-Extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Any School Rate My Professors Extension Any School Rate My Professors Extension
ID kkppfcnjkdgeocghmebigakljcpiamge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/any-school-rate-my-profes/kkppfcnjkdgeocghmebigakljcpiamge
คำอธิบาย Shows the Rate My Professors rating of professors while searching for classes.
ขนาดไฟล์ 2.03 MB
จำนวนการติดตั้ง 715
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2022-10-05
วันที่เผยแพร่ 2020-11-23
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา DisillusionedGatsby
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Any School Rate My Professors Extension",
    "version": "1.2.4",
    "description": "Shows the Rate My Professors rating of professors while searching for classes.",
    "permissions": [
        "https:\/\/search-production.ratemyprofessors.com\/*",
        "https:\/\/raw.githubusercontent.com\/carltonnorthern\/nickname-and-diminutive-names-lookup\/master\/names.csv\/",
        "activeTab",
        "declarativeContent"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "node_modules\/tippy.js\/dist\/tippy.css",
        "node_modules\/tippy.js\/themes\/light.css",
        "prof-rating.css",
        "node_modules\/compromise\/builds\/compromise.min.js",
        "node_modules\/arrive\/minified\/arrive.min.js",
        "node_modules\/@popperjs\/core\/dist\/umd\/popper.min.js",
        "node_modules\/tippy.js\/dist\/tippy-bundle.umd.min.js",
        "utils.js",
        "contentscript.js"
    ],
    "page_action": {
        "default_icon": "images\/favicon-16-gray.png"
    },
    "background": {
        "scripts": [
            "node_modules\/papaparse\/papaparse.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/favicon-16.png",
        "48": "images\/favicon-48.png",
        "128": "images\/favicon-128.png"
    },
    "manifest_version": 2
}