Skip to content

Pluggi/chrome-images-under-cursor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images Under Cursor

Chrome extension to find all images, background images and background videos laying under the cursor, whatever their depth or nesting in the DOM tree. This extension also supports extracting the current frame of canvas elements.

This is useful to circumvent the HTML, Javascript and CSS tricks some websites use to prevent the user from accessing the page assets — which is plain ridiculous, as there are accessible anyway.

Install from Chrome Web Store

Install from Store

Screenshots

Step 1: aim Step 2: download
Screenshot Screenshot

Usage

  1. Install the extension;
    • There is no icon added to the browser user interface.
  2. On any web page, right-click on the image or canvas you want to extract;
  3. Choose Images under cursor in the contextual menu;
  4. All images will be displayed in a pop-over listing along with their URL.
    • If no image is found, a quick animation will be displayed instead.

Development

Building

Dependencies: chrome or chromium, sass, inkscape, optipng, make, tar, zip

$ make

Installing

In chrome://extensions/, open Load unpacked extension and chose the build/ folder generated during the build.

License

MIT. See LICENSE.

About

Chrome extension to find all images, background images and videos laying under the cursor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.5%
  • CSS 41.1%
  • Makefile 10.4%