Skip to content
Greg Wiley edited this page Mar 8, 2014 · 29 revisions

The project aims to produce an add-on for each of several browsers to enhance pages that contain a lot of downloadable content. The goal is to make file downloads from the web straightforward and manageable.

The model for each of these add-ons is simple. Detect downloadable content on a page and unobtrusively inform the page user. Then, when the user clicks on the presented control, downloadable content is gathered into an interactive list for selection and one-click download of desired files.

Downloadable content is detected by the presence of the HTML5 download attribute in anchor tags. This simple mechanism gives the browser all it needs to offer multiple-file download as declared by the web page author or application.

Try It

We are targeting four browsers initially. Come back to this section to see if it is available for your browser. Also check out the requirements page to see what you can expect for your browser.

Sponsor

Media Science International ("MSI") sponsors this project by contributing source code, allocating promotional resources, and managing this GitHub repository. MSI hopes this software is useful to many web developers and web users.

MSI determines its support for requested features and behaviors in part by their alignment with its business needs. In particular, MSI began this project to help support users of its StudioCDN secure file delivery services.

Code

This is an open-source project licensed under Apache 2.0. MSI may introduce style and graphics changes before publishing each add-on in binary form to its browser's marketplace.

Support

Please direct questions and requests for support to the issues page on GitHub.