diff --git a/README.md b/README.md index 30df548..ebfb0d5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,7 @@ # Picture-in-Picture Chrome Extension -This extension demonstrates the [Picture-in-Picture API](https://wicg.github.io/picture-in-picture/) in Chrome. +A simple Chrome Extension to demonstrate the [Picture-in-Picture Web API](https://wicg.github.io/picture-in-picture/) in Chrome. -**Note:** This works in Chrome 69. +Get it on the Chrome Web Store at https://chrome.google.com/webstore/detail/hkgfoiooedgoejojocmhlaklaeopbecg -**To Install and Use It** -1. Download and extract the [extension zip file](https://github.com/beaufortfrancois/picture-in-picture-chrome-extension/archive/master.zip). -1. In `chrome://extensions` toggle **Developer mode** (upper-right corner) if it is not already on. -1. To load the extension, click **Load Unpacked**. -1. In the dialog box that appears locate and select the `src/` folder from the directory where you unpacked the zip file. -1. Navigate to any YouTube video such as this one of [a band in Prague](https://www.youtube.com/watch?v=tbcnzyDQE1U) and click the extension browser icon to toggle Picture-in-Picture for the current video. - -Enjoy! + diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..81bccbc Binary files /dev/null and b/screenshot.png differ