Focus for Canvas - Remove the blur
Removes the annoying blur (and the stupid message) from your grades in Canvas.
什麼是Focus for Canvas - Remove the blur?
Focus for Canvas - Remove the blur是由Everest O開發的Chrome擴展程式,該擴展的主要功能是“Removes the annoying blur (and the stupid message) from your grades in Canvas.”。
擴展截圖
下載Focus for Canvas - Remove the blur擴展crx文件
下載Focus for Canvas - Remove the blur擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | ![]() |
ID | ihdpcfonbpkbbkmfbefahelibpmlmfie |
官方網址 | https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie |
簡介 | Removes the annoying blur (and the stupid message) from your grades in Canvas. |
檔案大小 | 3.67 KB |
安裝次數 | 62 |
目前版本 | 4.5 |
更新時間 | 2020-01-31 |
上架時間 | 2020-01-31 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Everest O |
付費類型 | free |
支援的語言 | 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 } } |