Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.45 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.45 KB

ChromeURLDownloader (for urls pointing to an image ONLY)

This Chrome extension allows you to download the image of a web page from a list of URLs.

How to install and run locally

  1. Clone this repository or download the source code.
  2. Open Google Chrome and navigate to chrome://extensions/.
  3. Enable 'Developer mode' in the top right corner.
  4. Click 'Load unpacked' and select the directory containing the extension files.
  5. The extension should now be visible in your Chrome toolbar.

Usage

  1. Click on the extension icon to open the popup.
  2. Enter the URLs you want to download in the text area, one per line, or use csv file.
  3. Click the "Download" button to start the process after visualizing your downloaded contents.
  4. The extension will download the content of each URL and save it locally.
  5. Check your default download folder for the saved files in a folder named 'downloaded_content'.

Copyright and Credits

© 2023 Guigeek973. All rights reserved.

This project is licensed under the Creative Commons CC0 1.0 Universal License. See the LICENSE file for details.

Credits

This project utilizes the power of artificial intelligence to enhance productivity and code quality. Special thanks to Cursor AI for its invaluable assistance in the development process.