ELMS Download Blocker

This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!

O que é ELMS Download Blocker?

ELMS Download Blocker é uma extensão do Chrome desenvolvida por Cameron Payton, e sua principal característica é "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ELMS Download Blocker

Baixe arquivos de extensão ELMS Download Blocker 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

                        Often, University of Maryland professors will upload files to their class web pages that students need to view for assignments. However, most of the time the link is an automatic download, so the file gets stored on your computer. It's fairly annoying and can clutter the student's downloads folder very quickly. It would be much more convenient to simply open the file in the browser instead, and that's exactly what this extension does. Enjoy! This extension is open source, and can be found here: https://github.com/music/ElmsDownloadBlocker                    

Informações Básicas da Extensão

Nome ELMS Download Blocker ELMS Download Blocker
ID ehkdbdbfonglaimdhgoodhcpihbmpefe
URL Oficial https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe
Descrição This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
Tamanho do Arquivo 2.84 MB
Contagem de Instalações 14
Versão Atual 2.4
Última Atualização 2018-08-27
Data de Publicação 2018-08-27
Desenvolvedor Cameron Payton
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ELMS Download Blocker",
    "description": "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!",
    "version": "2.4",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/elms.png"
    },
    "permissions": [
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}