mirror of
https://codeberg.org/vlw/ppip.git
synced 2025-09-13 18:33:40 +02:00
Create README.md
This commit is contained in:
parent
4df2b40ba7
commit
4ee54433a6
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Picture-Picture-in-Picture
|
||||
Chrome extension that lets you open images in Picture-in-Picture. Just like videos.
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
```
|
Loading…
Add table
Reference in a new issue