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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Better Testudo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}