UBC Transcript

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

Что такое UBC Transcript?

UBC Transcript - это расширение Chrome, разработанное Martin, и его основная функция - "Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения UBC Transcript

Скачайте файлы расширений UBC Transcript в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название UBC Transcript UBC Transcript
ID kcpilaggggglnjckpcckpngnikfceonn
Официальный URL https://chromewebstore.google.com/detail/ubc-transcript/kcpilaggggglnjckpcckpngnikfceonn
Описание Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.
Размер файла 39.07 KB
Количество установок 331
Текущая Версия 0.1.5
Последнее Обновление 2024-01-09
Дата публикации 2022-01-04
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Martin
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/mchuahua/ubc-transcript
URL страницы помощи https://github.com/mchuahua/ubc-transcript/issues
Поддерживаемые языки 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
}