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!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ELMS Download Blocker

Скачайте файлы расширений ELMS Download Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название ELMS Download Blocker ELMS Download Blocker
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",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}