This is a simple Chrome extension that find a number of visible images on opened tab. User can apply filter to exclude from result images that are declared by CSS or different HTML tags and filter by minimum image size.
Navigate to the pixfinder-app dirrectory: cd pixfinder-app
Install npm packages using npm install.
Run npm run build in to build the project. The build artifacts will be stored in the /extension/dist/ directory.
Load extension manualy from /extension/dist/ directory into Chrome browser. More info here.