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 |
官方URL | 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 } } |