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ファイルをダウンロード

Terp Data拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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'"
}