UBC Transcript

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

Cos'è UBC Transcript?

UBC Transcript è un'estensione di Chrome sviluppata da Martin, e la sua funzione principale è "Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UBC Transcript

Scarica i file di estensione UBC Transcript in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome UBC Transcript UBC Transcript
ID kcpilaggggglnjckpcckpngnikfceonn
URL Ufficiale https://chromewebstore.google.com/detail/ubc-transcript/kcpilaggggglnjckpcckpngnikfceonn
Descrizione Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.
Dimensione del File 39.07 KB
Conteggio Installazioni 331
Versione Corrente 0.1.5
Ultimo Aggiornamento 2024-01-09
Data di Pubblicazione 2022-01-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Martin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mchuahua/ubc-transcript
URL della Pagina di Aiuto https://github.com/mchuahua/ubc-transcript/issues
Lingue Supportate 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
}