ELMS Download Blocker

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

什么是ELMS Download Blocker?

ELMS Download Blocker是由Cameron Payton开发的Chrome扩展程序,该扩展的主要功能是“This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!”。

扩展截图

screenshot

下载ELMS Download Blocker扩展crx文件

下载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"
    ]
}