ppip/README.md
2022-08-04 17:22:19 +02:00

28 lines
1.1 KiB
Markdown

# Picture-Picture-in-Picture
Chrome extension that lets you open images in Picture-in-Picture. Just like videos.
![ppip@2](https://user-images.githubusercontent.com/35688133/182881176-9a362307-5c45-43e3-abc0-4b453152d869.png)
## How to use
1. **Right-click an image on the web**
2. **Click on "Open image in Picture-in-Picture" from the menu**
![image](https://user-images.githubusercontent.com/35688133/182884631-1b1a773d-3460-47a5-8670-ac36c70109b5.png)
## Install from the Chrome Web Store
**[Install from the Chrome Web Store](https://chrome.google.com/webstore/detail/Picture-Picture-in-Picture/apihanpmmncboceglanoneboncehmain)**
## Install Chrome Extension
1. Download the `.crx` file from the [releases page](https://github.com/VictorWesterlund/ppip/releases)
2. Navigate to **chrome://extensions**
3. Drag and drop the CRX anywhere onto the page
## Local installation
This extension uses [pip-canvas](https://github.com/VictorWesterlund/pip-canvas) as a submodule under the hood. So make sure you clone this repo with `--recurse-submodules`
```
git clone --recurse-submodules https://github.com/VictorWesterlund/ppip.git
```