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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Everest O, και η κύρια λειτουργία του είναι "Removes the annoying blur (and the stupid message) from your grades in Canvas.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Focus for Canvas - Remove the blur

Λήψη αρχείων επέκτασης Focus for Canvas - Remove the blur σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Focus for Canvas - Remove the blur Focus for Canvas - Remove the blur
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
    }
}