ELMS Download Blocker
This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
¿Qué es ELMS Download Blocker?
ELMS Download Blocker es una extensión de Chrome desarrollada por Cameron Payton, y su función principal es "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ELMS Download Blocker
Descarga archivos de extensión ELMS Download Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | ehkdbdbfonglaimdhgoodhcpihbmpefe |
URL Oficial | https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe |
Descripción | This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy! |
Tamaño del Archivo | 2.84 MB |
Cantidad de Instalaciones | 14 |
Versión Actual | 2.4 |
Última Actualización | 2018-08-27 |
Fecha de Publicación | 2018-08-27 |
Desarrollador | Cameron Payton |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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", " |