Better Testudo
Upgrades the Testudo class search system to make it more usable and efficient
什么是Better Testudo?
Better Testudo是由Avi Baruch开发的Chrome扩展程序,该扩展的主要功能是“Upgrades the Testudo class search system to make it more usable and efficient”。
扩展截图
下载Better Testudo扩展crx文件
下载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" } } |