UBC Transcript

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

O que é UBC Transcript?

UBC Transcript é uma extensão do Chrome desenvolvida por Martin, e sua principal característica é "Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UBC Transcript

Baixe arquivos de extensão UBC Transcript no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome UBC Transcript UBC Transcript
ID kcpilaggggglnjckpcckpngnikfceonn
URL Oficial https://chromewebstore.google.com/detail/ubc-transcript/kcpilaggggglnjckpcckpngnikfceonn
Descrição Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.
Tamanho do Arquivo 39.07 KB
Contagem de Instalações 331
Versão Atual 0.1.5
Última Atualização 2024-01-09
Data de Publicação 2022-01-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Martin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mchuahua/ubc-transcript
URL da Página de Ajuda https://github.com/mchuahua/ubc-transcript/issues
Idiomas Suportados 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
}