Terp Data

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

Cos'è Terp Data?

Terp Data è un'estensione di Chrome sviluppata da TerpData, e la sua funzione principale è "Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Terp Data

Scarica i file di estensione Terp Data in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Terp Data Terp Data
ID lblmemcjbfkeemdnbpfbbihhjehcfngg
URL Ufficiale https://chromewebstore.google.com/detail/terp-data/lblmemcjbfkeemdnbpfbbihhjehcfngg
Descrizione Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…
Dimensione del File 2.33 MB
Conteggio Installazioni 128
Versione Corrente 0.3.0
Ultimo Aggiornamento 2020-05-15
Data di Pubblicazione 2020-05-14
Valutazione 4.91/5 Totale 11 Valutazioni
Sviluppatore TerpData
Tipo di Pagamento free
Lingue Supportate 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'"
}