UMICH Course Guide RMP

Shows Rate My Prof information on LSA Course Guide

UMICH Course Guide RMP란 무엇입니까?

UMICH Course Guide RMP은(는) wongio420에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows Rate My Prof information on LSA Course Guide"입니다.

확장 프로그램 스크린샷

screenshot

UMICH Course Guide RMP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhances user experience by injecting Rate My Professor rating into the LSA course guide. User is able to click on rating to be directed to corresponding Rate My Professor website.                    

확장 프로그램 기본 정보

이름 UMICH Course Guide RMP UMICH Course Guide RMP
ID efdamipekmokgifmpdokfeemlfalffma
공식 URL https://chromewebstore.google.com/detail/umich-course-guide-rmp/efdamipekmokgifmpdokfeemlfalffma
설명 Shows Rate My Prof information on LSA Course Guide
파일 크기 4.61 KB
설치 횟수 74
현재 버전 1.0
최근 업데이트 2020-08-31
출시 날짜 2020-08-31
평점 5.00/5 총 1 개의 평점
개발자 wongio420
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/skarahann/UMichRateYourProfessorChrome
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UMICH Course Guide RMP",
    "version": "1.0",
    "description": "Shows Rate My Prof information on LSA Course Guide",
    "author": "Alex and Serdar",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lsa.umich.edu\/cg\/cg_results.aspx?*"
            ],
            "js": [
                "course_guide_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "32": "icon.png"
    }
}