Terp Data

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

Terp Data란 무엇입니까?

Terp Data은(는) TerpData에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Terp Data 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Terp Data Terp Data
ID lblmemcjbfkeemdnbpfbbihhjehcfngg
공식 URL https://chromewebstore.google.com/detail/terp-data/lblmemcjbfkeemdnbpfbbihhjehcfngg
설명 Terp Data allows University of Maryland students to view their professor ratings and reviews live on Testudo course pages instead…
파일 크기 2.33 MB
설치 횟수 128
현재 버전 0.3.0
최근 업데이트 2020-05-15
출시 날짜 2020-05-14
평점 4.91/5 총 11 개의 평점
개발자 TerpData
결제 유형 free
지원되는 언어 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'"
}