Focus for Canvas - Remove the blur
Removes the annoying blur (and the stupid message) from your grades in Canvas.
Apa itu Focus for Canvas - Remove the blur?
Focus for Canvas - Remove the blur adalah ekstensi Chrome yang dikembangkan oleh Everest O, dan fitur utamanya adalah "Removes the annoying blur (and the stupid message) from your grades in Canvas.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Focus for Canvas - Remove the blur
Unduh file ekstensi Focus for Canvas - Remove the blur dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | ihdpcfonbpkbbkmfbefahelibpmlmfie |
URL Resmi | https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie |
Deskripsi | Removes the annoying blur (and the stupid message) from your grades in Canvas. |
Ukuran File | 3.67 KB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 4.5 |
Terakhir Diperbarui | 2020-01-31 |
Tanggal Publikasi | 2020-01-31 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Everest O |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |