ELMS Download Blocker
This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
Τι είναι το ELMS Download Blocker;
Το ELMS Download Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cameron Payton, και η κύρια λειτουργία του είναι "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ELMS Download Blocker
Λήψη αρχείων επέκτασης ELMS Download Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ehkdbdbfonglaimdhgoodhcpihbmpefe |
Επίσημο URL | https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe |
Περιγραφή | This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy! |
Μέγεθος Αρχείου | 2.84 MB |
Αριθμός Εγκαταστάσεων | 14 |
Τρέχουσα Έκδοση | 2.4 |
Τελευταία Ενημέρωση | 2018-08-27 |
Ημερομηνία Δημοσίευσης | 2018-08-27 |
Προγραμματιστής | Cameron Payton |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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", " |