Rate My Longhorn

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

Vad är Rate My Longhorn?

Rate My Longhorn är en Chrome-tillägg utvecklad av Chinedu Enwere, och dess huvudfunktion är "An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Rate My Longhorn-förlängningens CRX-fil

Ladda ner Rate My Longhorn-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Rate My Longhorn Rate My Longhorn
ID dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Officiell webbadress https://chrome.google.com/webstore/detail/rate-my-longhorn/dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Beskrivning An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.
Filstorlek 32.97 KB
Antal Installationer 395
Aktuell Version 1.6
Senast Uppdaterad 2019-08-21
Publiceringsdatum 2019-08-21
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Chinedu Enwere
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}