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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |