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 |
Eメール | [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" } } |