Focus for Canvas - Remove the blur

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

¿Qué es Focus for Canvas - Remove the blur?

Focus for Canvas - Remove the blur es una extensión de Chrome desarrollada por Everest O, y su función principal es "Removes the annoying blur (and the stupid message) from your grades in Canvas.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Focus for Canvas - Remove the blur

Descarga archivos de extensión Focus for Canvas - Remove the blur en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Focus for Canvas - Remove the blur Focus for Canvas - Remove the blur
ID ihdpcfonbpkbbkmfbefahelibpmlmfie
URL Oficial https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie
Descripción Removes the annoying blur (and the stupid message) from your grades in Canvas.
Tamaño del Archivo 3.67 KB
Cantidad de Instalaciones 62
Versión Actual 4.5
Última Actualización 2020-01-31
Fecha de Publicación 2020-01-31
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Everest O
Tipo de Pago free
Idiomas Soportados 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
    }
}