Focus for Canvas - Remove the blur

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

Hvad er Focus for Canvas - Remove the blur?

Focus for Canvas - Remove the blur er en Chrome-udvidelse udviklet af Everest O, og dens hovedfunktion er "Removes the annoying blur (and the stupid message) from your grades in Canvas.".

Udvidelsesskærmbilleder

screenshot

Download Focus for Canvas - Remove the blur-udvidelses-CRX-fil

Download Focus for Canvas - Remove the blur-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Focus for Canvas - Remove the blur Focus for Canvas - Remove the blur
ID ihdpcfonbpkbbkmfbefahelibpmlmfie
Officiel URL https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie
Beskrivelse Removes the annoying blur (and the stupid message) from your grades in Canvas.
Filstørrelse 3.67 KB
Antal Installationer 62
Nuværende Version 4.5
Senest Opdateret 2020-01-31
Udgivelsesdato 2020-01-31
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Everest O
Betalingsmetode free
Understøttede Sprog 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
    }
}