Focus for Canvas - Remove the blur

Removes the annoying blur (and the stupid message) from your grades in Canvas.

Co to jest Focus for Canvas - Remove the blur?

Focus for Canvas - Remove the blur to rozszerzenie Chrome opracowane przez Everest O, a jego główną funkcją jest „Removes the annoying blur (and the stupid message) from your grades in Canvas.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Focus for Canvas - Remove the blur

Pobierz pliki rozszerzeń Focus for Canvas - Remove the blur w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Focus for Canvas - Remove the blur Focus for Canvas - Remove the blur
ID ihdpcfonbpkbbkmfbefahelibpmlmfie
Oficjalny URL https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie
Opis Removes the annoying blur (and the stupid message) from your grades in Canvas.
Rozmiar pliku 3.67 KB
Liczba instalacji 62
Aktualna Wersja 4.5
Ostatnia Aktualizacja 2020-01-31
Data Publikacji 2020-01-31
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Everest O
Typ Płatności free
Obsługiwane Języki 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
    }
}