Rate My Longhorn

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

Hvad er Rate My Longhorn?

Rate My Longhorn er en Chrome-udvidelse udviklet af Chinedu Enwere, og dens hovedfunktion er "An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Rate My Longhorn-udvidelses-CRX-fil

Download Rate My Longhorn-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Rate My Longhorn Rate My Longhorn
ID dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Officiel URL https://chrome.google.com/webstore/detail/rate-my-longhorn/dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Beskrivelse An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.
Filstørrelse 32.97 KB
Antal Installationer 395
Nuværende Version 1.6
Senest Opdateret 2019-08-21
Udgivelsesdato 2019-08-21
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Chinedu Enwere
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}