UBC Transcript

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

Co je UBC Transcript?

UBC Transcript je rozšíření Chrome vyvinuté Martin, a jeho hlavní funkcí je „Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UBC Transcript

Stáhněte si soubory rozšíření UBC Transcript ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název UBC Transcript UBC Transcript
ID kcpilaggggglnjckpcckpngnikfceonn
Oficiální URL https://chromewebstore.google.com/detail/ubc-transcript/kcpilaggggglnjckpcckpngnikfceonn
Popis Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.
Velikost souboru 39.07 KB
Počet instalací 331
Aktuální Verze 0.1.5
Poslední Aktualizace 2024-01-09
Datum Vydání 2022-01-04
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Martin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mchuahua/ubc-transcript
URL Stránky Nápovědy https://github.com/mchuahua/ubc-transcript/issues
Podporované Jazyky 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
}