ELMS Download Blocker
This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
Was ist ELMS Download Blocker?
ELMS Download Blocker ist eine Chrome-Erweiterung, die von Cameron Payton entwickelt wurde, und ihr Hauptmerkmal ist "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!".
Erweiterungsscreenshots
ELMS Download Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie ELMS Download Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ehkdbdbfonglaimdhgoodhcpihbmpefe |
Offizielle URL | https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe |
Beschreibung | This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy! |
Dateigröße | 2.84 MB |
Installationsanzahl | 14 |
Aktuelle Version | 2.4 |
Letztes Update | 2018-08-27 |
Veröffentlichungsdatum | 2018-08-27 |
Entwickler | Cameron Payton |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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", " |