UBC LaTeX Transcript
Create a LaTeX transcript from your UBC Grades Summary!
UBC LaTeX Transcript란 무엇입니까?
UBC LaTeX Transcript은(는) ubclatextranscript에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a LaTeX transcript from your UBC Grades Summary!"입니다.
확장 프로그램 스크린샷
UBC LaTeX Transcript 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Currently, the unofficial transcript at the University of British Columbia (UBC) consists of a poorly formatted printout of the student Grades Summary page. This extension can provide a more professional-looking transcript that resembles the official version. The resulting transcript is loaded into Overleaf (www.overleaf.com), a popular online LaTeX editor. From there, it can be downloaded as a PDF or further edited. How to use this extension 1. Sign up for a free Overleaf account if you don't have one already. 2. Navigate to "Your Grades Summary" in the Student Service Centre (SSC). 3. Click on the extension and adjust any options. 4. Click on "Generate Transcript". 5. Click on "View Transcript in Overleaf" to load your transcript into Overleaf. Screenshots Image 1: All Sessions Transcript before and after (with row borders). Image 2: Extension popup window. Image 3: Transcript generated with "Group courses by session" option selected. How it works 1. A LaTeX transcript is generated using the information from "Your Grades Summary". 2. When the "View Transcript in Overleaf" button is clicked, an HTML form POST request containing your transcript is sent to the Overleaf API (www.overleaf.com/devs).
확장 프로그램 기본 정보
이름 | UBC LaTeX Transcript |
ID | kfkhdllleecjpgamiadfdeffgjmljhkp |
공식 URL | https://chromewebstore.google.com/detail/ubc-latex-transcript/kfkhdllleecjpgamiadfdeffgjmljhkp |
설명 | Create a LaTeX transcript from your UBC Grades Summary! |
파일 크기 | 187 KB |
설치 횟수 | 60 |
현재 버전 | 0.1.6 |
최근 업데이트 | 2024-01-29 |
출시 날짜 | 2023-12-29 |
개발자 | ubclatextranscript |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/sarah157/ubc-latex-transcript/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UBC LaTeX Transcript", "description": "Create a LaTeX transcript from your UBC Grades Summary!", "version": "0.1.6", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/ssc.adm.ubc.ca\/sscportal\/servlets\/SSCMain.jsp?function=SessGradeRpt*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "data\/*" ], "matches": [ " |