Save to Website - Chrome Extension for Saving Images
Save to Website is a Google Chrome extension developed by Rob "Fuzzwah" Crouch. This extension adds a "save to website" option to the right-click menu when you interact with images on web pages.
To use this extension, you will need your own web server and some knowledge of PHP. You will need to create a world-writable directory on your web server and configure a PHP script provided with the extension. The PHP script allows you to specify the storage folder's URL, the relative path to the storage folder, and set a password for added security.
Installation is straightforward. You can either manually download the extension files from GitHub or install it directly from the Chrome Store. Using the Chrome Store is recommended as it allows for automatic updates when the developer makes changes.
Save to Website is a stripped-down version of antimatter15's cloudsave extension. It has been simplified for easy use and is a handy tool for saving images directly to your own web server.
Versionof the extension, released on November 7, 2013, fixed an issue with uploading to subdirectories. The extension now uses JSON.stringify and JSON.parse to handle object storage in Chrome's local storage.
Overall, Save to Website is a useful extension for anyone who wants to save images from the web onto their own web server. It requires some setup, but once configured, it provides a convenient way to store images for personal use.




