Terp Data

Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…

Wat is Terp Data?

Terp Data is een Chrome-extensie ontwikkeld door TerpData, en de belangrijkste functie is "Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Terp Data

Download Terp Data-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead of having to search other sites for the reviews! If you enjoy being lazy, this is the perfect chrome extension for you!                    

Basisinformatie over de Extensie

Naam Terp Data Terp Data
ID lblmemcjbfkeemdnbpfbbihhjehcfngg
Officiële URL https://chromewebstore.google.com/detail/terp-data/lblmemcjbfkeemdnbpfbbihhjehcfngg
Beschrijving Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…
Bestandsgrootte 2.33 MB
Aantal Installaties 128
Huidige Versie 0.3.0
Laatst Bijgewerkt 2020-05-15
Publicatiedatum 2020-05-14
Beoordeling 4.91/5 Totaal 11 Beoordelingen
Ontwikkelaar TerpData
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Terp Data",
    "version": "0.3.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.testudo.umd.edu\/soc\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "terpdata.png",
        "default_popup": "popup\/index.html",
        "default_title": "Terp Data"
    },
    "icons": {
        "128": "terpdata.png"
    },
    "web_accessible_resources": [
        "professor_data.json"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'"
}