Focus for Canvas - Remove the blur

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

O que é Focus for Canvas - Remove the blur?

Focus for Canvas - Remove the blur é uma extensão do Chrome desenvolvida por Everest O, e sua principal característica é "Removes the annoying blur (and the stupid message) from your grades in Canvas.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Focus for Canvas - Remove the blur

Baixe arquivos de extensão Focus for Canvas - Remove the blur no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Removes the annoying blur (and the stupid message) from your grades in Canvas.
Tamanho do Arquivo 3.67 KB
Contagem de Instalações 62
Versão Atual 4.5
Última Atualização 2020-01-31
Data de Publicação 2020-01-31
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Everest O
Tipo de Pagamento free
Idiomas Suportados 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
    }
}