Rate My Longhorn

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

Τι είναι το Rate My Longhorn;

Το Rate My Longhorn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chinedu Enwere, και η κύρια λειτουργία του είναι "An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rate My Longhorn

Λήψη αρχείων επέκτασης Rate My Longhorn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rate My Longhorn Rate My Longhorn
ID dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Επίσημο URL https://chrome.google.com/webstore/detail/rate-my-longhorn/dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
Περιγραφή An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.
Μέγεθος Αρχείου 32.97 KB
Αριθμός Εγκαταστάσεων 395
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2019-08-21
Ημερομηνία Δημοσίευσης 2019-08-21
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Chinedu Enwere
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}