UBC Transcript
Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.
What is UBC Transcript?
UBC Transcript is a Chrome extension developed by Martin, and its main feature is "Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.".
Extension Screenshots
Download UBC Transcript Extension CRX File
Download UBC Transcript extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For use with the University of British Columbia's Student Service Centre (SSC) website. Press the Santa Ono extension to convert the "Grades Summary" page in SSC to a more useful transcript to print and save! This is an alternative to the old bookmarklet that doesn't work anymore because (a) the original developer's server is down and (b) an updated content security policy from chrome blocks it from running. See github (https://github.com/mchuahua/ubc-transcript) for details!
Extension Basic Information
Name | UBC Transcript |
ID | kcpilaggggglnjckpcckpngnikfceonn |
Official URL | https://chromewebstore.google.com/detail/ubc-transcript/kcpilaggggglnjckpcckpngnikfceonn |
Description | Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it. |
File Size | 39.07 KB |
Installation Count | 331 |
Current Version | 0.1.5 |
Last Updated | 2024-01-09 |
Publish Date | 2022-01-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Martin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mchuahua/ubc-transcript |
Help Page URL | https://github.com/mchuahua/ubc-transcript/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UBC Transcript", "version": "0.1.5", "description": "Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.", "host_permissions": [ "https:\/\/ubcgrades.com\/*" ], "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/santa_16.png", "32": "images\/santa_32.png", "48": "images\/santa_48.png", "128": "images\/santa_128.png" }, "default_title": "UBC SSC Transcript" }, "manifest_version": 3 } |