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 là gì?

Focus for Canvas - Remove the blur là một tiện ích mở rộng Chrome được phát triển bởi Everest O, và tính năng chính của nó là "Removes the annoying blur (and the stupid message) from your grades in Canvas.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Focus for Canvas - Remove the blur

Tải xuống các tệp mở rộng Focus for Canvas - Remove the blur dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Focus for Canvas - Remove the blur Focus for Canvas - Remove the blur
ID ihdpcfonbpkbbkmfbefahelibpmlmfie
URL Chính Thức https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie
Mô tả Removes the annoying blur (and the stupid message) from your grades in Canvas.
Kích Thước Tệp 3.67 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 4.5
Cập Nhật Lần Cuối 2020-01-31
Ngày Phát Hành 2020-01-31
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Everest O
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}