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 } } |