Rate My Longhorn

An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.

Co to jest Rate My Longhorn?

Rate My Longhorn to rozszerzenie Chrome opracowane przez Chinedu Enwere, a jego główną funkcją jest „An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Rate My Longhorn

Pobierz pliki rozszerzeń Rate My Longhorn 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

                        Just click the extension and search your desired professor.

1.6 
 - NEW adaptive search! The extension will try to figure out what teachers you are looking for despite spelling mistakes the name may have.
 - Bug fixes
 - New features coming soon!
1.5
- Added error form.
- Bug fixes.

1.4.2
- Fixed bugs
- Implemented new API (old one wasn't working)
- Updated screenshots                    

Podstawowe informacje o rozszerzeniu

Nazwa Rate My Longhorn Rate My Longhorn
ID dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Oficjalny URL https://chrome.google.com/webstore/detail/rate-my-longhorn/dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Opis An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.
Rozmiar pliku 32.97 KB
Liczba instalacji 395
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2019-08-21
Data Publikacji 2019-08-21
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Chinedu Enwere
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rate My Longhorn",
    "version": "1.6",
    "manifest_version": 2,
    "description": "An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.",
    "browser_action": {
        "default_title": "Rate My Longhorn",
        "default_icon": "longhorn.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "",
        "notifications"
    ]
}