UMICH Course Guide RMP
Shows Rate My Prof information on LSA Course Guide
Co to jest UMICH Course Guide RMP?
UMICH Course Guide RMP to rozszerzenie Chrome opracowane przez wongio420, a jego główną funkcją jest „Shows Rate My Prof information on LSA Course Guide”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UMICH Course Guide RMP
Pobierz pliki rozszerzeń UMICH Course Guide RMP w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | UMICH Course Guide RMP |
ID | efdamipekmokgifmpdokfeemlfalffma |
Oficjalny URL | https://chromewebstore.google.com/detail/umich-course-guide-rmp/efdamipekmokgifmpdokfeemlfalffma |
Opis | Shows Rate My Prof information on LSA Course Guide |
Rozmiar pliku | 4.61 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-08-31 |
Data Publikacji | 2020-08-31 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | wongio420 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/skarahann/UMichRateYourProfessorChrome |
Obsługiwane Języki | 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" } } |