Better Testudo
Upgrades the Testudo class search system to make it more usable and efficient
¿Qué es Better Testudo?
Better Testudo es una extensión de Chrome desarrollada por Avi Baruch, y su función principal es "Upgrades the Testudo class search system to make it more usable and efficient".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Better Testudo
Descarga archivos de extensión Better Testudo en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Better Testudo |
ID | imbimaaochcfokcdamdkbfnmpaoadbaf |
URL Oficial | https://chromewebstore.google.com/detail/better-testudo/imbimaaochcfokcdamdkbfnmpaoadbaf |
Descripción | Upgrades the Testudo class search system to make it more usable and efficient |
Tamaño del Archivo | 28.31 KB |
Cantidad de Instalaciones | 88 |
Versión Actual | 2 |
Última Actualización | 2023-11-10 |
Fecha de Publicación | 2023-09-29 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Avi Baruch |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |