Downloads Router is an extension for Chromium and Google Chrome that allows the user to establish routing rules, directing downloads to folders based on filetype, filename, or source domain.
- Referrer downloads now use URL as fallback if no referrer information is provided
- Now correctly marks the mime-type of torrent files sent as octet-streams, permitting MIME routing from sources such as torcache
- Provided fallback setting in case no rule order has been saved, a case that previously broke the extension
- Added the global referrers folder mapping option
- Tweaked the ``fresh install'' detection mechanism to trigger on updates as well
- Custom ruleset order added
- Tweaked referrer-based routing behavior to exclude the www subdomain
- Improved usage instructions and removed erroneous (outdated) information
- Filename-based routing option added
- Update usage instructions
- Streamlined map unpacking and table code generation in options.js
- Tabbed interface for the configuration page
- Very rudimentary trailing character check implemented
- Implemented a basic workaround for downloads sent as
application/octet-stream
- Updated usage instructions with more accurate information regarding usage on OSX
- Added a troubleshooting section on the options page
- Automatically opens the options page directly after installing
- Added locale support and very rudimentary translations for Swedish and Spanish; options page i18n pending
- Tested on Windows, updated information in Options to reflect findings
- Initial commit, tested on Linux (Chromium) and OS X (Google Chrome)
- Options page allows the creation of routing rules based on filetypes and referrer
- The manager listens to
onDeterminingFilename
events and creates suggestions based on the maps created on the options page