Rate My Longhorn

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

O que é Rate My Longhorn?

Rate My Longhorn é uma extensão do Chrome desenvolvida por Chinedu Enwere, e sua principal característica é "An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Rate My Longhorn

Baixe arquivos de extensão Rate My Longhorn no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Rate My Longhorn Rate My Longhorn
ID dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
URL Oficial https://chrome.google.com/webstore/detail/rate-my-longhorn/dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Descrição An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.
Tamanho do Arquivo 32.97 KB
Contagem de Instalações 395
Versão Atual 1.6
Última Atualização 2019-08-21
Data de Publicação 2019-08-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Chinedu Enwere
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}