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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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", " |