Rate My Longhorn

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

¿Qué es Rate My Longhorn?

Rate My Longhorn es una extensión de Chrome desarrollada por Chinedu Enwere, y su función principal es "An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Rate My Longhorn

Descarga archivos de extensión Rate My Longhorn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Rate My Longhorn Rate My Longhorn
ID dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
URL Oficial https://chrome.google.com/webstore/detail/rate-my-longhorn/dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Descripción An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.
Tamaño del Archivo 32.97 KB
Cantidad de Instalaciones 395
Versión Actual 1.6
Última Actualización 2019-08-21
Fecha de Publicación 2019-08-21
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Chinedu Enwere
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}