Focus for Canvas - Remove the blur

Removes the annoying blur (and the stupid message) from your grades in Canvas.

Cos'è Focus for Canvas - Remove the blur?

Focus for Canvas - Remove the blur è un'estensione di Chrome sviluppata da Everest O, e la sua funzione principale è "Removes the annoying blur (and the stupid message) from your grades in Canvas.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Focus for Canvas - Remove the blur

Scarica i file di estensione Focus for Canvas - Remove the blur in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ever been using the LMS website Canvas and got annoyed because it blurred out your grades after browsing for a while? This extension is the fix for you. This extension runs when you load Canvas and removes the blur effect from your grades, letting you see how well you did on that history paper or math homework clearly.                    

Informazioni di Base sull'Estensione

Nome Focus for Canvas - Remove the blur Focus for Canvas - Remove the blur
ID ihdpcfonbpkbbkmfbefahelibpmlmfie
URL Ufficiale https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie
Descrizione Removes the annoying blur (and the stupid message) from your grades in Canvas.
Dimensione del File 3.67 KB
Conteggio Installazioni 62
Versione Corrente 4.5
Ultimo Aggiornamento 2020-01-31
Data di Pubblicazione 2020-01-31
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Everest O
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focus for Canvas - Remove the blur",
    "short_name": "Focus for Canvas",
    "author": "Everest Oreizy",
    "version": "4.5",
    "manifest_version": 2,
    "description": "Removes the annoying blur (and the stupid message) from your grades in Canvas.",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*.instructure.com\/*"
    ],
    "browser_action": {
        "default_title": "Focus for Canvas"
    },
    "background": {
        "scripts": [
            "script2.js"
        ],
        "persistent": false
    }
}