UBC Transcript
Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.
什麼是UBC Transcript?
UBC Transcript是由Martin開發的Chrome擴展程式,該擴展的主要功能是“Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.”。
擴展截圖
下載UBC Transcript擴展crx文件
下載UBC Transcript擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | UBC Transcript |
ID | kcpilaggggglnjckpcckpngnikfceonn |
官方網址 | https://chromewebstore.google.com/detail/ubc-transcript/kcpilaggggglnjckpcckpngnikfceonn |
簡介 | Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it. |
檔案大小 | 39.07 KB |
安裝次數 | 331 |
目前版本 | 0.1.5 |
更新時間 | 2024-01-09 |
上架時間 | 2022-01-04 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Martin |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/mchuahua/ubc-transcript |
說明頁面URL | https://github.com/mchuahua/ubc-transcript/issues |
支援的語言 | 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 } |