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文件
下載UBC LaTeX Transcript擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |