Focus for Canvas - Remove the blur
Removes the annoying blur (and the stupid message) from your grades in Canvas.
Wat is Focus for Canvas - Remove the blur?
Focus for Canvas - Remove the blur is een Chrome-extensie ontwikkeld door Everest O, en de belangrijkste functie is "Removes the annoying blur (and the stupid message) from your grades in Canvas.".
Extensie Screenshots
Download het CRX-bestand van de extensie Focus for Canvas - Remove the blur
Download Focus for Canvas - Remove the blur-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | ihdpcfonbpkbbkmfbefahelibpmlmfie |
Officiële URL | https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie |
Beschrijving | Removes the annoying blur (and the stupid message) from your grades in Canvas. |
Bestandsgrootte | 3.67 KB |
Aantal Installaties | 62 |
Huidige Versie | 4.5 |
Laatst Bijgewerkt | 2020-01-31 |
Publicatiedatum | 2020-01-31 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Everest O |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |