Focus for Canvas - Remove the blur
Removes the annoying blur (and the stupid message) from your grades in Canvas.
Vad är Focus for Canvas - Remove the blur?
Focus for Canvas - Remove the blur är en Chrome-tillägg utvecklad av Everest O, och dess huvudfunktion är "Removes the annoying blur (and the stupid message) from your grades in Canvas.".
Tilläggsskärmbilder
Ladda ner Focus for Canvas - Remove the blur-förlängningens CRX-fil
Ladda ner Focus for Canvas - Remove the blur-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ![]() |
ID | ihdpcfonbpkbbkmfbefahelibpmlmfie |
Officiell webbadress | https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie |
Beskrivning | Removes the annoying blur (and the stupid message) from your grades in Canvas. |
Filstorlek | 3.67 KB |
Antal Installationer | 62 |
Aktuell Version | 4.5 |
Senast Uppdaterad | 2020-01-31 |
Publiceringsdatum | 2020-01-31 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Everest O |
Betalningssätt | free |
Stödda Språk | 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 } } |