UBC Transcript

Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.

Was ist UBC Transcript?

UBC Transcript ist eine Chrome-Erweiterung, die von Martin entwickelt wurde, und ihr Hauptmerkmal ist "Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.".

Erweiterungsscreenshots

screenshot

UBC Transcript-Erweiterungs-CRX-Datei herunterladen

Laden Sie UBC Transcript-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name UBC Transcript UBC Transcript
ID kcpilaggggglnjckpcckpngnikfceonn
Offizielle URL https://chromewebstore.google.com/detail/ubc-transcript/kcpilaggggglnjckpcckpngnikfceonn
Beschreibung Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.
Dateigröße 39.07 KB
Installationsanzahl 331
Aktuelle Version 0.1.5
Letztes Update 2024-01-09
Veröffentlichungsdatum 2022-01-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Martin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mchuahua/ubc-transcript
Hilfeseite URL https://github.com/mchuahua/ubc-transcript/issues
Unterstützte Sprachen 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
}