Skip to content

Commit

Permalink
Update README for v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zopieux committed Mar 24, 2024
1 parent 92eceef commit 59305bc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 deletions.
Binary file added .github/sc-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/sc-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,36 @@ ridiculous, as there are accessible anyway.

## Install from Chrome Web Store

[![Install from Store](/meta/store-button.png?raw=true)](https://chrome.google.com/webstore/detail/images-under-cursor/kjfcpinmimcpiabejchhneahpajgklcj)
[![Install from Store](/.github/store-button.png?raw=true)](https://chrome.google.com/webstore/detail/images-under-cursor/kjfcpinmimcpiabejchhneahpajgklcj)

## Screenshots

| Step 1: aim | Step 2: download |
| --- | --- |
| ![Screenshot](/meta/sc-2.png?raw=true "Context menu") | ![Screenshot](/meta/sc-3.png?raw=true "Result list") |
| ![Screenshot](/.github/sc-1.png?raw=true "Context menu") | ![Screenshot](/.github/sc-2.png?raw=true "Result list") |

## Usage

1. Install the extension;
- There is *no* icon added to the browser user interface.
1. On any web page, right-click on the image or canvas you want to extract;
1. Choose *Images under cursor* in the contextual menu;
1. 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.
1. On any web page, aim with your cursor the element (image, video) you want.
1. Right-click or press Ctrl+Shift+F (customizable) to trigger *Images Under Cursor*.
1. All found images & videos will be displayed in a pop-over.

## Development

### Building

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

```shell
$ make
$ nix develop
$ yarn install
$ yarn run build
```

### Installing
### Local installation

In [`chrome://extensions/`](chrome://extensions/), open *Load unpacked
extension* and chose the `build/` folder generated during the build.
* Chrome: In `chrome://extensions/`, click *Load unpacked extension* and pick the `dist/` folder.
* Firefox: In `about:debugging#/runtime/this-firefox`, open *Load Temporary Add-on…* and pick the `dist/manifest.json` file.

## License

Expand Down
Binary file removed meta/sc-1.png
Binary file not shown.
Binary file removed meta/sc-2.png
Binary file not shown.
Binary file removed meta/sc-3.png
Binary file not shown.

0 comments on commit 59305bc

Please sign in to comment.