Focus for Canvas - Remove the blur

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

Qu'est-ce que Focus for Canvas - Remove the blur ?

Focus for Canvas - Remove the blur est une extension Chrome développée par Everest O, et sa fonction principale est "Removes the annoying blur (and the stupid message) from your grades in Canvas.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Focus for Canvas - Remove the blur

Téléchargez les fichiers d'extension Focus for Canvas - Remove the blur au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Focus for Canvas - Remove the blur Focus for Canvas - Remove the blur
ID ihdpcfonbpkbbkmfbefahelibpmlmfie
URL Officiel https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie
Description Removes the annoying blur (and the stupid message) from your grades in Canvas.
Taille du Fichier 3.67 KB
Nombre d'Installations 62
Version Actuelle 4.5
Dernière Mise à Jour 2020-01-31
Date de Publication 2020-01-31
Évaluation 5.00/5 Total 5 Évaluations
Développeur Everest O
Type de Paiement free
Langues Prises en Charge 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
    }
}