Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.16 KB

Image Fetcher Chrome Extension

This is a simple Chrome extension that fetches all image URLs from the current tab when the extension's icon is clicked.

Features

  • Fetches all image URLs from the current tab
  • Displays the images in a popup and an alt text if available
  • Allows users to filter based on min size of image
  • Allows users to filter based on whether image has an alt text or not

Installation

  1. Download or clone this repository to your local machine.
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable "Developer mode" at the top right.
  4. Click "Load unpacked" at the top left.
  5. Select the directory of this repository.

Usage

Navigate to any webpage, then click the extension's icon in the Chrome toolbar to fetch and display all images from the current page.

Permissions

This extension requires the following permissions:

  • activeTab: To interact with the current tab
  • scripting: To inject scripts into the current tab

Contributing

Just fork it I don't want to maintain this.

License

MIT

Acknowledgements