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

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Better Testudo

قم بتنزيل ملفات الامتداد Better Testudo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}