ELMS Download Blocker

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

Co je ELMS Download Blocker?

ELMS Download Blocker je rozšíření Chrome vyvinuté Cameron Payton, a jeho hlavní funkcí je „This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ELMS Download Blocker

Stáhněte si soubory rozšíření ELMS Download Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ELMS Download Blocker ELMS Download Blocker
ID ehkdbdbfonglaimdhgoodhcpihbmpefe
Oficiální URL https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe
Popis This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
Velikost souboru 2.84 MB
Počet instalací 14
Aktuální Verze 2.4
Poslední Aktualizace 2018-08-27
Datum Vydání 2018-08-27
Vývojář Cameron Payton
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}