Skip to content

Chrome plugin to save images to custom locations from the context menu

License

Notifications You must be signed in to change notification settings

alexopus/SaveImageRouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No longer maintained

I am no longer actively maintaining this extension until further notice, because I have switched back to Firefox. Feel free to fork it and do whatever the license permits. Or use another similar extension: Save In... (that is also available for Firefox).

Save Image Router

Chrome plugin to save images to custom location from the context menu.

screenshot

Try via Chrome Web Store.

Saving images outside of the Chrome download location

Chrome only allows saving downloads inside the configured download location.

If you really want to work around it, you can make links inside your chrome doanload location, pointing to any location on your system:

  • Windows: from the command line (cmd.exe from start->run) type the following command (replace the paths accordingly) and point the extension to the created link name:
mklink /D "C:\yourChromeDownloads\LinkName" "D:\yourDesiredLocation"
  • Linux/OSX: create a symbolic link to the desired directory with the following command (replace the paths accordingly) and point the extension to the created directory name inside the Chrome Downloads location:
ln -s /Path/to/desired/directory /DirectoryName/inside/Chrome/downloads

About

Chrome plugin to save images to custom locations from the context menu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published