Webreg Course Info Extension
Displays information about professors and expected workload in webreg.
Webreg Course Info Extensionとは何ですか?
Webreg Course Info Extensionはthepot8totheoryによって開発されたChromeの拡張機能で、その主な機能は「Displays information about professors and expected workload in webreg.」です。
拡張機能のスクリーンショット
Webreg Course Info Extension拡張機能のCRXファイルをダウンロード
Webreg Course Info Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily check the ratings of your professors and courses on WebReg with this extension
拡張機能の基本情報
名前 | Webreg Course Info Extension |
ID | oicloanloffjnombnhhmplbienojjepd |
公式URL | https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd |
説明 | Displays information about professors and expected workload in webreg. |
ファイルサイズ | 616 KB |
インストール数 | 166 |
現在のバージョン | 1.1 |
最終更新日 | 2023-11-06 |
公開日 | 2023-09-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | thepot8totheory |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webreg Course Info Extension", "version": "1.1", "icons": { "128": "UCSD128.png" }, "description": "Displays information about professors and expected workload in webreg.", "content_scripts": [ { "matches": [ "https:\/\/act.ucsd.edu\/webreg2\/*" ], "css": [ "Data_Visual.css" ], "js": [ "Prof-Info.js" ] } ], "web_accessible_resources": [ { "resources": [ "capes_data.csv", "rmp_data_without_empty_lines.csv" ], "matches": [ "https:\/\/act.ucsd.edu\/*" ] } ] } |