UBC Transcript

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

Qu'est-ce que UBC Transcript ?

UBC Transcript est une extension Chrome développée par Martin, et sa fonction principale est "Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UBC Transcript

Téléchargez les fichiers d'extension UBC Transcript au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom UBC Transcript UBC Transcript
ID kcpilaggggglnjckpcckpngnikfceonn
URL Officiel 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.
Taille du Fichier 39.07 KB
Nombre d'Installations 331
Version Actuelle 0.1.5
Dernière Mise à Jour 2024-01-09
Date de Publication 2022-01-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur Martin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mchuahua/ubc-transcript
URL de la Page d'Aide https://github.com/mchuahua/ubc-transcript/issues
Langues Prises en Charge 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
}