UCLA Audit+
Improves readability and useability of UCLA degree audit.
UCLA Audit+란 무엇입니까?
UCLA Audit+은(는) hmccormick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves readability and useability of UCLA degree audit."입니다.
확장 프로그램 스크린샷
UCLA Audit+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Improves readability and usability of UCLA degree audit (DARS) by displaying classes as icons, rather than text. WARNING: Not guaranteed to work with every major/degree program. Please check against your regular audit before using to verify that all classes are displayed correctly!
확장 프로그램 기본 정보
이름 | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
공식 URL | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
설명 | Improves readability and useability of UCLA degree audit. |
파일 크기 | 106 KB |
설치 횟수 | 167 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2021-04-02 |
출시 날짜 | 2021-03-31 |
개발자 | hmccormick |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/haydenmccormick/UCLA-audit-plus |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UCLA Audit+", "version": "0.1.0", "description": "Improves readability and useability of UCLA degree audit.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "css": [ "default.css" ], "js": [ "jquery-3.6.0.js", "content.js" ], "matches": [ "https:\/\/dars.ucla.edu\/selfservice\/audit\/*" ] } ] } |