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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } ] } |