BetterCIS
Visualize UT instructor reviews
BetterCISとは何ですか?
BetterCISはIan Mobbsによって開発されたChromeの拡張機能で、その主な機能は「Visualize UT instructor reviews」です。
拡張機能のスクリーンショット
BetterCIS拡張機能のCRXファイルをダウンロード
BetterCIS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds visualizations to the Course Instructor Survey at The University of Texas at Austin so you can better visualize the quality of a professor. 拡張機能の基本情報
| 名前 | |
| ID | hnhghlpjpmiocdkgcgdpkfmapkphkgog |
| 公式URL | https://chromewebstore.google.com/detail/bettercis/hnhghlpjpmiocdkgcgdpkfmapkphkgog |
| 説明 | Visualize UT instructor reviews |
| ファイルサイズ | 514 KB |
| インストール数 | 42 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2017-11-01 |
| 公開日 | 2017-10-31 |
| 開発者 | Ian Mobbs |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://github.com/ianmobbs/BetterCIS |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BetterCIS",
"short_name": "BetterCIS",
"description": "Visualize UT instructor reviews",
"version": "0.0.3",
"content_scripts": [
{
"matches": [
"https:\/\/utdirect.utexas.edu\/ctl\/ecis\/results\/view_results.WBX?*"
],
"css": [
"c3\/c3.min.css"
],
"js": [
"d3\/d3.min.js",
"c3\/c3.min.js",
"graph.js"
]
}
]
} | |