From 4ee54433a6f4337b47a0278d048746cf3d266b8e Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 4 Aug 2022 17:17:42 +0200 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0a5aeb --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# 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) + +## 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 +```