Better Testudo
Upgrades the Testudo class search system to make it more usable and efficient
Τι είναι το Better Testudo;
Το Better Testudo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Avi Baruch, και η κύρια λειτουργία του είναι "Upgrades the Testudo class search system to make it more usable and efficient".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Better Testudo
Λήψη αρχείων επέκτασης Better Testudo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Better Testudo will make your life so much easier when searching for next semester's classes. Never again will you have 20 planetterp tabs open going back and forth trying to figure out which professor you just searched for and what their rating was. Now, just look under the name of each professor, and if planetterp has a rating, it will automatically be displayed. In the near future, Better Testudo will also add additional filtering options to make searching classes easier. Features like removing schedule conflicts, and removing classes that you don't qualify to take automatically will make searching for classes so much easier.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Better Testudo |
ID | imbimaaochcfokcdamdkbfnmpaoadbaf |
Επίσημο URL | https://chromewebstore.google.com/detail/better-testudo/imbimaaochcfokcdamdkbfnmpaoadbaf |
Περιγραφή | Upgrades the Testudo class search system to make it more usable and efficient |
Μέγεθος Αρχείου | 28.31 KB |
Αριθμός Εγκαταστάσεων | 88 |
Τρέχουσα Έκδοση | 2 |
Τελευταία Ενημέρωση | 2023-11-10 |
Ημερομηνία Δημοσίευσης | 2023-09-29 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Avi Baruch |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Testudo", "version": "2", "action": { "default_title": "Better Testudo", "default_popup": "popups\/home.html" }, "icons": { "128": "icons\/version3.128.png" }, "description": "Upgrades the Testudo class search system to make it more usable and efficient", "content_scripts": [ { "js": [ "scripts\/planetTerp.js" ], "matches": [ "https:\/\/app.testudo.umd.edu\/soc\/*" ] } ], "permissions": [ "storage" ], "background": { "service_worker": "background\/ratingsCache.js" } } |