ELMS Download Blocker

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

Apa itu ELMS Download Blocker?

ELMS Download Blocker adalah ekstensi Chrome yang dikembangkan oleh Cameron Payton, dan fitur utamanya adalah "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ELMS Download Blocker

Unduh file ekstensi ELMS Download Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ELMS Download Blocker ELMS Download Blocker
ID ehkdbdbfonglaimdhgoodhcpihbmpefe
URL Resmi https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe
Deskripsi This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
Ukuran File 2.84 MB
Jumlah Instalasi 14
Versi Saat Ini 2.4
Terakhir Diperbarui 2018-08-27
Tanggal Publikasi 2018-08-27
Pengembang Cameron Payton
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}