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 là gì?

UBC Transcript là một tiện ích mở rộng Chrome được phát triển bởi Martin, và tính năng chính của nó là "Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UBC Transcript

Tải xuống các tệp mở rộng UBC Transcript dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UBC Transcript UBC Transcript
ID kcpilaggggglnjckpcckpngnikfceonn
URL Chính Thức https://chromewebstore.google.com/detail/ubc-transcript/kcpilaggggglnjckpcckpngnikfceonn
Mô tả Alternative to the bookmarklet which doesn't work because (a) server is down and (b) content security policy from chrome blocks it.
Kích Thước Tệp 39.07 KB
Số Lần Cài Đặt 331
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2022-01-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Martin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mchuahua/ubc-transcript
URL Trang Trợ Giúp https://github.com/mchuahua/ubc-transcript/issues
Ngôn Ngữ Được Hỗ Trợ 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
}