Better Testudo

Upgrades the Testudo class search system to make it more usable and efficient

Better Testudo क्या है?

Better Testudo Avi Baruch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upgrades the Testudo class search system to make it more usable and efficient"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Testudo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}