ELMS Download Blocker

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

Co to jest ELMS Download Blocker?

ELMS Download Blocker to rozszerzenie Chrome opracowane przez Cameron Payton, a jego główną funkcją jest „This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ELMS Download Blocker

Pobierz pliki rozszerzeń ELMS Download Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ELMS Download Blocker ELMS Download Blocker
ID ehkdbdbfonglaimdhgoodhcpihbmpefe
Oficjalny URL https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe
Opis This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
Rozmiar pliku 2.84 MB
Liczba instalacji 14
Aktualna Wersja 2.4
Ostatnia Aktualizacja 2018-08-27
Data Publikacji 2018-08-27
Deweloper Cameron Payton
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}