ELMS Download Blocker

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

Wat is ELMS Download Blocker?

ELMS Download Blocker is een Chrome-extensie ontwikkeld door Cameron Payton, en de belangrijkste functie is "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ELMS Download Blocker

Download ELMS Download Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ELMS Download Blocker ELMS Download Blocker
ID ehkdbdbfonglaimdhgoodhcpihbmpefe
Officiële URL https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe
Beschrijving This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
Bestandsgrootte 2.84 MB
Aantal Installaties 14
Huidige Versie 2.4
Laatst Bijgewerkt 2018-08-27
Publicatiedatum 2018-08-27
Ontwikkelaar Cameron Payton
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}