Focus for Canvas - Remove the blur

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

Was ist Focus for Canvas - Remove the blur?

Focus for Canvas - Remove the blur ist eine Chrome-Erweiterung, die von Everest O entwickelt wurde, und ihr Hauptmerkmal ist "Removes the annoying blur (and the stupid message) from your grades in Canvas.".

Erweiterungsscreenshots

screenshot

Focus for Canvas - Remove the blur-Erweiterungs-CRX-Datei herunterladen

Laden Sie Focus for Canvas - Remove the blur-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Focus for Canvas - Remove the blur Focus for Canvas - Remove the blur
ID ihdpcfonbpkbbkmfbefahelibpmlmfie
Offizielle URL https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie
Beschreibung Removes the annoying blur (and the stupid message) from your grades in Canvas.
Dateigröße 3.67 KB
Installationsanzahl 62
Aktuelle Version 4.5
Letztes Update 2020-01-31
Veröffentlichungsdatum 2020-01-31
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Everest O
Zahlungsart free
Unterstützte Sprachen 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
    }
}