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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Everest O และคุณลักษณะหลักของมันคือ "Removes the annoying blur (and the stupid message) from your grades in Canvas."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focus for Canvas - Remove the blur
ดาวน์โหลดไฟล์ส่วนขยาย 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 } } |