ELMS Download Blocker

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

Vad är ELMS Download Blocker?

ELMS Download Blocker är en Chrome-tillägg utvecklad av Cameron Payton, och dess huvudfunktion är "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!".

Tilläggsskärmbilder

screenshot

Ladda ner ELMS Download Blocker-förlängningens CRX-fil

Ladda ner ELMS Download Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn ELMS Download Blocker ELMS Download Blocker
ID ehkdbdbfonglaimdhgoodhcpihbmpefe
Officiell webbadress https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe
Beskrivning This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
Filstorlek 2.84 MB
Antal Installationer 14
Aktuell Version 2.4
Senast Uppdaterad 2018-08-27
Publiceringsdatum 2018-08-27
Utvecklare Cameron Payton
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}