ELMS Download Blocker

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

Qu'est-ce que ELMS Download Blocker ?

ELMS Download Blocker est une extension Chrome développée par Cameron Payton, et sa fonction principale est "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ELMS Download Blocker

Téléchargez les fichiers d'extension ELMS Download Blocker 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

                        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                    

Informations de Base sur l'Extension

Nom ELMS Download Blocker ELMS Download Blocker
ID ehkdbdbfonglaimdhgoodhcpihbmpefe
URL Officiel https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe
Description This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
Taille du Fichier 2.84 MB
Nombre d'Installations 14
Version Actuelle 2.4
Dernière Mise à Jour 2018-08-27
Date de Publication 2018-08-27
Développeur Cameron Payton
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}