Rate My Longhorn

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

Was ist Rate My Longhorn?

Rate My Longhorn ist eine Chrome-Erweiterung, die von Chinedu Enwere entwickelt wurde, und ihr Hauptmerkmal ist "An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.".

Erweiterungsscreenshots

screenshot
screenshot

Rate My Longhorn-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rate My Longhorn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Rate My Longhorn Rate My Longhorn
ID dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Offizielle URL https://chrome.google.com/webstore/detail/rate-my-longhorn/dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Beschreibung An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.
Dateigröße 32.97 KB
Installationsanzahl 395
Aktuelle Version 1.6
Letztes Update 2019-08-21
Veröffentlichungsdatum 2019-08-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Chinedu Enwere
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}