/Image-Swapper

Give that webpage a makeover by swapping out all its images with a delightful selection of random pictures handpicked by you!

Primary LanguageJavaScriptMIT LicenseMIT

Image Swapper

Give that webpage a makeover by swapping out all its images with a delightful selection of random pictures handpicked by you!

Image Swapper Chrome Extension

Image Swapper is a Chrome extension is a fork of Image Replacer that allows you to dynamically replace images on webpages with a delightful selection of random pictures. Customize the images by adding your own URLs in the extension options.

Features

  • Replace images on webpages with random images from your custom list.
  • Toggle the extension on/off using the "Enabled" checkbox.
  • Add and manage custom image URLs dynamically.

Installation

A. Chrome Extension page

or

B. Clone this repository:

  1. Clone the repository or download the ZIP file.
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable "Developer mode" in the top right corner.
  4. Click "Load unpacked" and select the extension folder.

Usage

  1. Click on the extension icon to open the popup.
  2. Toggle the "Enabled" checkbox to activate or deactivate the extension.
  3. Enter URLs of images you want to use in the input fields.
  4. Click "Add more images" to add more input fields dynamically.
  5. Click "Save" to save your settings.

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature-name).
  5. Create a new pull request.

Acknowledgments