Skip to content

julienreszka/page-images-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

lists images that are present on current tab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published