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
}